mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-14 10:24:24 -05:00
16 lines
223 B
YAML
16 lines
223 B
YAML
|
filebeat.inputs:
|
||
|
- type: journald
|
||
|
enabled: true
|
||
|
id: everything
|
||
|
|
||
|
output.logstash:
|
||
|
hosts: ["localhost:5044"]
|
||
|
|
||
|
output.console:
|
||
|
enabled: false
|
||
|
|
||
|
logging:
|
||
|
to_files: false
|
||
|
metrics.enabled: false
|
||
|
level: warning
|