Twitter logstash

i am trying to make a twitter conf for the first time. It worked on words like thor hulk in keywords, but when i use like the keywords AlfaSports or stuff related to alfa telecom company nothing appears. and also if i use hashtags in keywords do they work?

here is my conf

input {
twitter {
consumer_key => "xxxxxxxxxxxxxxxxxxxxxx"
consumer_secret => "xxxxxxxxxxxxxxxxxxx"
oauth_token => "xxxxxxxxxxxxxxxxxx"
oauth_token_secret => "xxxxxxxxxxxxxxxxxxxxxxxxxx"
keywords => ["AlfaSports","Alfa4Life"]
full_tweet => "true"

}

}
output {

elasticsearch {

hosts => "localhost"
index => "twitter"
document_type => "data"

}
}

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