Sentiment analysis - twitter data

Hello
I am doing a twitter analysis using the elastic stack and I would like to add the sentiment analysis to the data, from what I understand the sentiment would have to be added at the time of data ingestion which means at logstash? I have found this https://github.com/tylerjl/logstash-filter-sentimentalizer which seems to be what I need however my question is whether that would be compatible with elasticsearch 6.2? and if there are any other options?

Thank you

A Logstash plugin like logstash-filter-sentimentalizer is compatible with any version of Elasticsearch. The question to be asking is whether it's compatible with the desired version of Logstash. It looks okay, but why not try it out instead of speculating?

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