Skip to content

Commit

Permalink
pipeline: outputs: loki: Add new header and uri options (#1207)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Richards <alarobric@gmail.com>
  • Loading branch information
alarobric committed May 24, 2024
1 parent da8a04d commit bbe823e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/outputs/loki.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Be aware there is a separate Golang output plugin provided by [Grafana](https://
| http\_user | Set HTTP basic authentication user name | |
| http\_passwd | Set HTTP basic authentication password | |
| 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 |
| 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. | |
Expand Down

0 comments on commit bbe823e

Please sign in to comment.