18 lines
325 B
YAML
18 lines
325 B
YAML
---
|
|
|
|
fluentbit_settings:
|
|
service:
|
|
flush: 1
|
|
daemon: false
|
|
log_level: info
|
|
http_server: false
|
|
pipeline:
|
|
inputs:
|
|
- name: systemd
|
|
tag: systemd
|
|
outputs:
|
|
- name: loki
|
|
host: 192.168.0.252
|
|
labels: env=common,hostname=bastion,service_name=systemd
|
|
match: systemd
|