Initial commit: add .gitignore and README

This commit is contained in:
defiQUG
2026-02-09 21:51:48 -08:00
commit d4ba3d45e5
174 changed files with 32756 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# ensure name is set so that monitoring in Kibana is easy to identify
node.name: "logstash-quorum"
log.format: json
path:
config: /usr/share/logstash/pipeline
logs: /usr/share/logstash/logs
xpack:
monitoring:
enabled: true
elasticsearch:
hosts: ${ES_HOST}