Skip to content

Commit

Permalink
Update docs/sources/send-data/fluentbit/community-plugin.md
Browse files Browse the repository at this point in the history
Co-authored-by: J Stickler <[email protected]>
  • Loading branch information
Jayclifford345 and JStickler authored Oct 9, 2024
1 parent 69170d7 commit e165d5c
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 @@ -171,7 +171,7 @@ You can also adapt your plugins.conf, removing the need to change the command li

### Labels

Labels are used to [query logs](https://grafana.com/docs/loki/<LOKI_VERSION>/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, so you should be cautious when choosing them. High cardinality label values can have drastic impact on performance.
Labels, for example `{container_name="nginx", cluster="us-west1"}`, are used to [query logs](https://grafana.com/docs/loki/<LOKI_VERSION>/query/). Labels are usually metadata about the workload producing the log stream (`instance`, `container_name`, `region`, `cluster`, `level`). In Loki labels are indexed, so you should be cautious when choosing them. High cardinality label values can have drastic impact on query performance.

You can use `Labels`, `RemoveKeys` , `LabelKeys` and `LabelMapPath` to how the output plugin will perform labels extraction.

Expand Down

0 comments on commit e165d5c

Please sign in to comment.