Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server:
- http_listen_port: 9080
- grpc_listen_port: 0
- positions:
- filename: /tmp/positions.yaml
- clients:
- - url: http://loki:3100/loki/api/v1/push
- scrape_configs:
- - job_name: system
- pipeline_stages:
- static_configs:
- - labels:
- job: varlogs
- __path__: /var/log/*log
- hostname: us.cooperlees.com
- - job_name: journal
- journal:
- max_age: 12h
- labels:
- job: systemd-journal
- hostname: us.cooperlees.com
- relabel_configs:
- - source_labels: ['__journal__systemd_unit']
- target_label: 'unit'
Add Comment
Please, Sign In to add comment