Skip to content
Snippets Groups Projects
Commit 45fea947 authored by nimrod's avatar nimrod
Browse files

Pretend journalbeat is filebeat.

Make it easier to check all of the logs in Kibana at once. Same for
dashboards created by the filebeat setup.
parent 05164d5f
No related branches found
No related tags found
No related merge requests found
Pipeline #1492 passed
......@@ -2,6 +2,11 @@
output.elasticsearch:
hosts:
- https://elasticsearch.shore.co.il:443
index: &index 'filebeat-%{[agent.version]}-%{+yyyy.MM.dd}'
setup.template:
name: 'filebeat-%{[agent.version]}'
pattern: *index
logging:
level: warning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment