You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/loki.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,8 @@ When processing that new configuration, the internal labels will be:
125
125
job="fluentbit", mystream="stdout"
126
126
```
127
127
128
+
Extracting keys to labels through `labels`, `label_keys` or `label_map_path` will remove those keys from the record.
129
+
128
130
### Use `label_keys`
129
131
130
132
The `label_keys` configuration property lets you specify multiple record keys which need to be placed as part of the outgoing Stream Labels. This is another way to set a record key in the Stream, but with the limitation that you can't use a custom name for the key value.
0 commit comments