Skip to content
Snippets Groups Projects
Commit c9ee8fcd authored by Torstein Egge's avatar Torstein Egge
Browse files

added file

parent 1d8d2791
Branches
No related tags found
No related merge requests found
filebeat.inputs:
- type: log
enabled: true
paths:
- /var/log/*.log
# - /var/log/apache2/*.log
# - /var/log/nginx/*.log
- type: filestream
enabled: true
paths:
- /var/log/*.log
filebeat.config.modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: true
setup.template.settings:
index.number_of_shards: 1
setup.kibana:
output.logstash:
hosts: ["localhost:5044"]
processors:
- add_host_metadata:
when.not.contains.tags: forwarded
- add_cloud_metadata: ~
- add_docker_metadata: ~
- add_kubernetes_metadata: ~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment