Logstash Grok Pattern for NSQ

Hi Guys,

For the transformation of TSV events to JSON format for ES. May I know if logstash was used for the formatting? Since I wasn’t able to make ES loader work to put my enriched data from NSQ to ES, I plan to use logstash instead. However, I need to work for the grok pattern which I am still looking into.

Thanks.

Hello @jenniebottle2,

You might find the scala analytics sdk or the python analytics sdk usefull for working with enriched event data.

In particular, the JSON event transformer turns an enriched event into a simple JSON.

1 Like