Logstash is an open source, server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite “stash.”*
Build from the official logstash docker image. Stick to current version.
Configuration based on the official configs provided with an image.
logstash.yml no changes made.
log4j2.properties no changes made.
pipelines.yml no changes made.
pipeline/logstash.conf changes:
- Added output to default Elasticsearch stem
Deploy with docker using embedded ops-docker tool.
Exec scripts/start
to launch local instance.