elasticsearch-log-processor
elasticsearch-log-processor copied to clipboard
Process Elasticsearch logs with Logstash and visualise them in Kibana
For me, the following: ``` template_file_path="@${scriptdir}/elasticsearch/elasticsearch-template-5x.json" ``` results in: `@/elasticsearch/elasticsearch-template-5x.json`
The docs page says to use `--config` but logstash 5 reports ``` ├ $ find . -name '*.log' -exec cat {} \; | /opt/logstash-5.0.0/bin/logstash --config /opt/elasticsearch-log-processor/logstash/conf.d/ ERROR: Unrecognised option '--config'...
Should document fields in mapping and why they are set as they are.