I'm using Twitter logstash plugin to extract data from twitter. I need to specify an AND operator between my keywords.
I tried this syntax ["apple samsung"] i.e. if I find a tweet containing these two words I bring it. if just one of them => no don't bring it.
this syntax is not working correctly, it brings tweets containing one of these two words , or those containing the two.
please any help