123456789101112131415161718192021 |
- server:
- http_listen_port: 9080
- grpc_listen_port: 0
- clients:
- - url: http://192.168.1.48:3100/loki/api/v1/push
- scrape_configs:
- - job_name: system
- pipeline_stages:
- static_configs:
- - targets:
- labels:
- job: varlogs
- host: dev-ff
- __path__: /var/log/*.log
- - targets:
- labels:
- job: varlogs
- host: dev-ff
- __path__: /var/log/*.json
|