17 lines
340 B
YAML
17 lines
340 B
YAML
# Grafana datasource provisioning
|
|
# Automatically configures Loki as a datasource on first startup.
|
|
# No manual setup needed in the Grafana UI.
|
|
|
|
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Loki
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki:3100
|
|
isDefault: true
|
|
editable: false
|
|
jsonData:
|
|
maxLines: 5000
|
|
timeout: 60
|