From 0ab9a6383d457f6e7f9e22798fd4bbdbe9bdfa80 Mon Sep 17 00:00:00 2001 From: Ward Bekker Date: Tue, 7 Jul 2020 20:03:32 +0200 Subject: [PATCH] Added a link to the replace parsing stage (#2308) --- docs/clients/promtail/stages/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/clients/promtail/stages/README.md b/docs/clients/promtail/stages/README.md index b2b964916347..d7a169a2a329 100644 --- a/docs/clients/promtail/stages/README.md +++ b/docs/clients/promtail/stages/README.md @@ -9,6 +9,7 @@ Parsing stages: * [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. + * [replace](./replace.md): Replace data using a regular expression. Transform stages: