docs: loki provisioning

pull/16210/head
Marcus Efraimsson 6 years ago
parent 6c9b9b360a
commit 29fc1ed77b
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A
  1. 18
      docs/sources/features/datasources/loki.md

@ -113,7 +113,25 @@ apiVersion: 1
datasources:
- name: Loki
type: loki
access: proxy
url: http://localhost:3100
jsonData:
maxLines: 1000
```
Here's another with basic auth:
```yaml
apiVersion: 1
datasources:
- name: Loki
type: loki
access: proxy
url: http://localhost:3100
basicAuth: true
basicAuthUser: my_user
basicAuthPassword: test_password
jsonData:
maxLines: 1000
```

Loading…
Cancel
Save