Related questions
How to handle multiple heterogeneous inputs with Logstash?
Let's say you have 2 very different types of logs such as technical and business logs and you want:
raw technical logs be routed towards a graylog2 server using a gelf output,
json business logs be stored into an elasticsearch cluster …
Import JSON Files into Logstash + Elasticsearch + Kibana
So, I have a web platform that prints a JSON file per request containing some log data about that request. I can configure several rules about when should it log stuff, only at certain levels, etc...
Now, I've been toying …