Skip to content

Quickly bootstrap a docker container to test your logstash configuration

License

Notifications You must be signed in to change notification settings

alexgerv/logstash-config-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logstash-config-tester

Description

Quickly bootstrap a docker container to test your logstash filters

Configuration

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.

Usage

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.

About

Quickly bootstrap a docker container to test your logstash configuration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages