Skip to content

Commit 9509165

Browse files
authored
Added documentation for uri parameter to outputs/loki (#1287)
* Added documentation for uri parameter Signed-off-by: Peter Stolz <[email protected]> * Document Tls parameter for loki.md Signed-off-by: Peter Stolz <[email protected]> --------- Signed-off-by: Peter Stolz <[email protected]>
1 parent 0e548b7 commit 9509165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/outputs/loki.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Be aware there is a separate Golang output plugin provided by [Grafana](https://
1313
| Key | Description | Default |
1414
| :--- | :--- | :--- |
1515
| host | Loki hostname or IP address. Do not include the subpath, i.e. `loki/api/v1/push`, but just the base hostname/URL. | 127.0.0.1 |
16+
| uri | Specify a custom HTTP URI. It must start with forward slash.| /loki/api/v1/push |
1617
| port | Loki TCP port | 3100 |
18+
| tls | Use TLS authentication | off |
1719
| http\_user | Set HTTP basic authentication user name | |
1820
| http\_passwd | Set HTTP basic authentication password | |
1921
| bearer\_token | Set bearer token authentication token value. | |

0 commit comments

Comments
 (0)