1 parent 40b1807 commit 9191eafCopy full SHA for 9191eaf
production/helm/loki/templates/NOTES.txt
@@ -123,7 +123,7 @@ curl -H "Content-Type: application/json" -XPOST -s "http://127.0.0.1:3100/loki/a
123
{{- end}}
124
```
125
126
-Then verify that Loki did received the data using the following command:
+Then verify that Loki did receive the data using the following command:
127
128
129
curl "http://127.0.0.1:3100/loki/api/v1/query_range" --data-urlencode 'query={job="test"}' {{- if .Values.loki.auth_enabled }} -H X-Scope-OrgId:foo {{- end}} | jq .data.result
0 commit comments