Write parsed fields to redis and not the whole message

I am sending some output to redis but i learn that it is sending the message field content. How do i select which field to send to redis instead of the message field?

I found the solution from the logstash-output-redis developers. The solution is to use the codec. Here is the link: https://github.com/logstash-plugins/logstash-output-redis/issues/56

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.