Skip to content

Commit ebc140b

Browse files
authored
Merge pull request #5 from valankar/patch-1
2 parents c13c67a + b0f9de8 commit ebc140b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ output loki <loki_endpoint>
6161
```
6262
{
6363
log default {
64-
output loki {env.LOKI_SERVER}
64+
output loki {$LOKI_SERVER}
6565
}
6666
}
6767
```
@@ -72,10 +72,12 @@ Sends log output to a Loki server whose address is set as `LOKI_SERVER` in the e
7272
{
7373
log default {
7474
output loki https://myuser:[email protected] {
75-
REGION iad
75+
label {
76+
REGION iad
77+
}
7678
}
7779
}
7880
}
7981
```
8082

81-
Sends log messages to a Loki instance running at loki.example.com using basic authentication and with the `REGION=iad` label.
83+
Sends log messages to a Loki instance running at loki.example.com using basic authentication and with the `REGION=iad` label.

0 commit comments

Comments
 (0)