freedomofpress / ansible-role-elk

Installs a turnkey ELK stack for log aggregation and analysis, with optional Riemann support for alerting
18 stars 13 forks source link

Documents development workflow for writing logstash filters #32

Closed conorsch closed 8 years ago

conorsch commented 8 years ago

Setting up a decent dev environment for logstash filters is a pain, but these example files make it much easier. This is precisely what I use when writing new filters, and having templates in the repo makes it convenient to fall back to a clean slate between filter versions.

There are already a few resources linked to in the README, but these example files are much simpler to get started with.

Closes #27.

conorsch commented 8 years ago

@ageis r?