CD/CD consolidation
This commit is contained in:
14
devops/offline/airgap/promtail-config.yaml
Normal file
14
devops/offline/airgap/promtail-config.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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: promtail
|
||||
static_configs:
|
||||
- targets: [localhost]
|
||||
labels:
|
||||
job: promtail
|
||||
__path__: /var/log/*.log
|
||||
Reference in New Issue
Block a user