We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c13c67a + b0f9de8 commit ebc140bCopy full SHA for ebc140b
README.md
@@ -61,7 +61,7 @@ output loki <loki_endpoint>
61
```
62
{
63
log default {
64
- output loki {env.LOKI_SERVER}
+ output loki {$LOKI_SERVER}
65
}
66
67
@@ -72,10 +72,12 @@ Sends log output to a Loki server whose address is set as `LOKI_SERVER` in the e
72
73
74
output loki https://myuser:[email protected] {
75
- REGION iad
+ label {
76
+ REGION iad
77
+ }
78
79
80
81
82
-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