Hi, I am a newbie in ELK.
I have Logstash reading from a json file.
What i am trying to do is that Logstash send the entire event to ES (it works) and just one field from json event to redis (it does not work).
It introduces always the entire event into reddis too.
Could anyone help me please?
Thank you a lot.