Skip to content

Commit

Permalink
docs: update stages README with the docker and cri stages (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored Oct 1, 2019
1 parent ca6fce1 commit 57e7a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/clients/promtail/stages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This section is a collection of all stages Promtail supports in a

Parsing stages:

* [docker](./docker.md): Extract data by parsing the log line using the standard Docker format.
* [cri](./cri.md): Extract data by parsing the log line using the standard CRI format.
* [regex](./regex.md): Extract data using a regular expression.
* [json](./json.md): Extract data by parsing the log line as JSON.

Expand Down

0 comments on commit 57e7a1c

Please sign in to comment.