Skip to content

Commit 8a9d6d0

Browse files
authored
Fix default labels value for Loki (#1384)
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]>
1 parent ef3a010 commit 8a9d6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/loki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Be aware there is a separate Golang output plugin provided by [Grafana](https://
2121
| bearer\_token | Set bearer token authentication token value. | |
2222
| header | Add additional arbitrary HTTP header key/value pair. Multiple headers can be set. | |
2323
| 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. | |
24-
| 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 |
24+
| 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 |
2525
| 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. | |
2626
| 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. | |
2727
| remove\_keys | Optional list of keys to remove. | |

0 commit comments

Comments
 (0)