Skip to content

Commit

Permalink
fixed wording in community
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayclifford345 committed Oct 15, 2024
1 parent 2191e6c commit 85a8f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/send-data/fluentbit/community-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ You can also adapt your plugins.conf, removing the need to change the command li

Labels are used to [query logs]({{< relref "../../query" >}}) `{container_name="nginx", cluster="us-west1"}`, they are usually metadata about the workload producing the log stream (`instance`, `container_name`, `region`, `cluster`, `level`). In Loki labels are indexed consequently you should be cautious when choosing them (high cardinality label values can have performance drastic impact).

You can use `Labels`, `RemoveKeys` , `LabelKeys` and `LabelMapPath` to how the output plugin will perform labels extraction.
You can use the config parameters `Labels`, `RemoveKeys` , `LabelKeys` and `LabelMapPath` to instruct the output plugin how to perform labels extraction from your log entries or to add static labels to all log entries.

### AutoKubernetesLabels

Expand Down

0 comments on commit 85a8f02

Please sign in to comment.