Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promtail: adding pipeline stage for dropping labels #2571

Merged
merged 4 commits into from
Sep 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/sources/clients/promtail/stages/labeldrop.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
  • Loading branch information
rsteneteg and oddlittlebird authored Aug 28, 2020
commit fb89455d956197f1b4ae1cd00dee87b7baa3dca5
2 changes: 1 addition & 1 deletion docs/sources/clients/promtail/stages/labeldrop.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ log message\n
```

The first stage would append the value of the`kubernetes_pod_name` label into the beginning of the log line.
The labeldrop stage would drop the label from being sent to Loki, the and it would now be part of the log line instead.
The labeldrop stage would drop the label from being sent to Loki, and it would now be part of the log line instead.