diff --git a/docs/clients/promtail/stages/match.md b/docs/clients/promtail/stages/match.md index 9744fb70806d..d5c6569eb19b 100644 --- a/docs/clients/promtail/stages/match.md +++ b/docs/clients/promtail/stages/match.md @@ -16,9 +16,10 @@ match: # concatenated with job_name using an underscore. [pipeline_name: ] - # When set to drop (default to keep), all entries matching the selector will - # be dropped. Stages must not be defined when dropping entries. - [action: ] + # Determines what action is taken when the selector matches the log + # line. Defaults to keep. When set to drop, entries will be dropped. + # Stages must be not defined when dropping entries. + [action: | default = "keep"] # Nested set of pipeline stages only if the selector # matches the labels of the log entries: