self-host/services/grafana/promtail/promtail-config.yml
2025-03-09 13:37:47 +00:00

17 lines
300 B
YAML

server:
http_listen_port: 9080
positions:
filename: /tmp/positions.yaml
clients:
- url: http://loki:3100/loki/api/v1/push
scrape_configs:
- job_name: system
static_configs:
- targets:
- localhost
labels:
job: varlogs
__path__: /var/log/*log