Skip to content

Instantly share code, notes, and snippets.

@toast38coza
Created March 15, 2016 07:11
Show Gist options
  • Select an option

  • Save toast38coza/3f23267cf6f1538a272d to your computer and use it in GitHub Desktop.

Select an option

Save toast38coza/3f23267cf6f1538a272d to your computer and use it in GitHub Desktop.
The simplest configuration for testing logstash filters
input{ stdin { } }
output { stdout { codec => rubydebug } }
@toast38coza

Copy link
Copy Markdown
Author

To run: logstash -f /path/to/logstash_simples_example.conf

After logstash has started, you can type anything and it will spit out the logstashed output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment