16 lines
256 B
Text
16 lines
256 B
Text
|
{{ 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
|