· 3 years ago · Nov 30, 2021, 03:50 PM
1input {
2
3 twitter {
4 consumer_key => "CONSUMER_KEY"
5 consumer_secret => "CONSUMER_SECRET"
6 oauth_token => "OAUTH_TOKEN"
7 oauth_token_secret => "OAUTH_TOKEN_SECRET"
8 keywords => ["apt", "Cyber intelligente"]
9 full_tweet => true
10 ignore_retweets => true
11 }
12}
13
14output {
15 elasticsearch {
16 hosts => ["http://localhost:9200"]
17 index => "indice"
18 }
19
20 stdout {
21 }
22}
23