Promtail: exclude_user_data description fix (#5038)

Based on https://github.com/grafana/loki/blob/main/clients/pkg/promtail/scrapeconfig/scrapeconfig.go#L224 the option to exclude user data of windows evens is misspelled in the documentation. This puts the correct exclude_user_data option in the documentation.
pull/5039/head
Kevin 3 years ago committed by GitHub
parent cd9d9c9b42
commit 5030a1f463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/clients/promtail/configuration.md

@ -880,7 +880,7 @@ You can add additional labels with the `labels` property.
[exclude_event_data: <bool> | default = false]
# Allows to exclude the user data of each windows event.
[exclude_event_data: <bool> | default = false]
[exclude_user_data: <bool> | default = false]
# Label map to add to every log line read from the windows event log
labels:

Loading…
Cancel
Save