Twitter Plugin

Hi,

I am experimenting with the Twitter plugin. I do however see that the connection is intermittently lost every now and then.

Any pointers to troubleshooting this plugin?

bjoern

here is my config file in case you'd want to know what it looks like

more /etc/logstash/twitter.conf

input {
twitter {

add your data

consumer_key => "..."
consumer_secret => "..."
oauth_token => "..."
oauth_token_secret => "...."
keywords => ["aaa","aa","aaaa""]
full_tweet => true
}
}
output {
elasticsearch {
host => "localhost"
index => "twitter-%{+YYYY.MM.dd}"
document_type => "tweets"
}
}