blob: 5ce7a3103522617b5037f0feb3882c3547f0ac67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# {{ cephadm_managed }}
server:
http_listen_port: 9080
grpc_listen_port: 0
positions:
filename: /tmp/positions.yaml
clients:
- url: http://{{ client_hostname }}:3100/loki/api/v1/push
scrape_configs:
- job_name: system
static_configs:
- labels:
job: Cluster Logs
__path__: /var/log/ceph/**/*.log
|