summaryrefslogtreecommitdiff
path: root/ansible/roles/plg/files/promtail-config.yml
blob: ed06e8cdce1070266c4aee9c389c486b081095c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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