Added a link to the replace parsing stage (#2308)

pull/2317/head
Ward Bekker 5 years ago committed by GitHub
parent bc3cba4112
commit 0ab9a6383d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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:

Loading…
Cancel
Save