From 57e7a1c3864f4cfd2212fed00c3532fc7c0f18a1 Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Tue, 1 Oct 2019 09:55:46 -0400 Subject: [PATCH] docs: update stages README with the docker and cri stages (#1094) --- docs/clients/promtail/stages/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/clients/promtail/stages/README.md b/docs/clients/promtail/stages/README.md index a1dda74de168..a98b456f0706 100644 --- a/docs/clients/promtail/stages/README.md +++ b/docs/clients/promtail/stages/README.md @@ -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.