Created
April 11, 2014 20:00
-
-
Save nagwww/10496934 to your computer and use it in GitHub Desktop.
Twitter.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input { | |
twitter { | |
consumer_key => "PJdoMFcqcuhmoaDGJJi51Sv06" | |
consumer_secret => "toMRfMSUXOkymXaBc5jLSB9czV0lmt1y3NMd9BoN9BqGgLt881" | |
keywords => ["#heartbleed","heartbleed","heartbleed.com"] | |
oauth_token => "13113232-cMHGxFevoFKS6ii6xvr3UP8yLRuHb9daRr5zXAMRO" | |
oauth_token_secret => "4fVFiS6C2Qq2FJEMlKFrwoUqLYFcqiBuq291bGMFwGvL8" | |
tags => ["#heartbleed"] | |
type => "heartbleed" | |
} | |
} | |
output { | |
stdout {codec => rubydebug } | |
elasticsearch { | |
embedded => true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment