This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
monitoring/promtail.yml

19 lines
298 B
YAML

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
static_configs:
- targets:
- localhost
labels:
job: varlogs
__path__: /var/log/*log