Skip to content

Commit

Permalink
Fix default labels value for Loki (#1384)
Browse files Browse the repository at this point in the history
In code it's actually "fluent-bit" not "fluentbit" as documented: https://github.com/fluent/fluent-bit/blob/master/plugins/out_loki/loki.c#L454

Signed-off-by: Flozza <[email protected]>
  • Loading branch information
Javex authored May 29, 2024
1 parent ef3a010 commit 8a9d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/outputs/loki.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Be aware there is a separate Golang output plugin provided by [Grafana](https://
| bearer\_token | Set bearer token authentication token value. | |
| header | Add additional arbitrary HTTP header key/value pair. Multiple headers can be set. | |
| tenant\_id | Tenant ID used by default to push logs to Loki. If omitted or empty it assumes Loki is running in single-tenant mode and no X-Scope-OrgID header is sent. | |
| labels | Stream labels for API request. It can be multiple comma separated of strings specifying `key=value` pairs. In addition to fixed parameters, it also allows to add custom record keys \(similar to `label_keys` property\). More details in the Labels section. | job=fluentbit |
| labels | Stream labels for API request. It can be multiple comma separated of strings specifying `key=value` pairs. In addition to fixed parameters, it also allows to add custom record keys \(similar to `label_keys` property\). More details in the Labels section. | job=fluent-bit |
| label\_keys | Optional list of record keys that will be placed as stream labels. This configuration property is for records key only. More details in the Labels section. | |
| label\_map\_path | Specify the label map file path. The file defines how to extract labels from each record. More details in the Labels section. | |
| remove\_keys | Optional list of keys to remove. | |
Expand Down

0 comments on commit 8a9d6d0

Please sign in to comment.