Skip to content

Commit bbe823e

Browse files
authored
pipeline: outputs: loki: Add new header and uri options (#1207)
Signed-off-by: Alan Richards <[email protected]>
1 parent da8a04d commit bbe823e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/loki.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Be aware there is a separate Golang output plugin provided by [Grafana](https://
1919
| http\_user | Set HTTP basic authentication user name | |
2020
| http\_passwd | Set HTTP basic authentication password | |
2121
| bearer\_token | Set bearer token authentication token value. | |
22+
| header | Add additional arbitrary HTTP header key/value pair. Multiple headers can be set. | |
2223
| 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. | |
2324
| 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 |
2425
| 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. | |

0 commit comments

Comments
 (0)