elasticsearch-log-processor icon indicating copy to clipboard operation
elasticsearch-log-processor copied to clipboard

Process Elasticsearch logs with Logstash and visualise them in Kibana

Results 3 elasticsearch-log-processor issues
Sort by recently updated
recently updated
newest added

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.