Quickly bootstrap a docker container to test your logstash filters
The configuration file is located at /pipeline/configuration.conf.
The pipeline flow is:
input > filters > output
In this project, the input comes from stdin and goes to stdout. The only part to touch is the filters section.
Simply start this project using docker-compose run logstash.
Then, you only need to paste your log line to see how it is parsed by your filters.