infrastructure/roles/monitoring/templates/loki/datasource.yml.j2

16 lines
256 B
Text
Raw Normal View History

{{ ansible_managed | comment }}
apiVersion: 1
datasources:
- name: Loki
type: loki
access: proxy
url: 'http://loki:3100'
isDefault: false
editable: false
jsonData:
timeout: 60
manageAlerts: true
maxLines: 1000