Last active
August 29, 2015 13:57
-
-
Save ryonext/9847458 to your computer and use it in GitHub Desktop.
This file contains 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
<source> | |
type twittersearch | |
consumer_key | |
consumer_secret | |
oauth_token | |
oauth_token_secret | |
tag input.twitter | |
keyword doorkeeper.jp | |
run_interval 300 | |
count 100 | |
result_type recent | |
latest_id_file doorkeeper.txt | |
</source> | |
<source> | |
type twittersearch | |
consumer_key | |
consumer_secret | |
oauth_token | |
oauth_token_secret | |
tag input.twitter | |
keyword zusaar.com | |
run_interval 300 | |
count 100 | |
result_type recent | |
latest_id_file zusaar.txt | |
</source> | |
<source> | |
type twittersearch | |
consumer_key | |
consumer_secret | |
oauth_token | |
oauth_token_secret | |
tag input.twitter | |
keyword atnd.org | |
run_interval 300 | |
count 100 | |
result_type recent | |
latest_id_file atnd.txt | |
</source> | |
<source> | |
type twittersearch | |
consumer_key | |
consumer_secret | |
oauth_token | |
oauth_token_secret | |
tag input.twitter | |
keyword kokucheese.com | |
run_interval 300 | |
count 100 | |
result_type recent | |
latest_id_file kokucheese.txt | |
</source> | |
<source> | |
type exec | |
command bundle exec ruby map_reduce.rb | |
keys null | |
tag hoge | |
run_interval 1h | |
</source> | |
<match hoge> | |
type stdout | |
</match> | |
<match input.twitter> | |
type mongo | |
database | |
collection | |
host | |
port | |
user | |
password | |
</match> | |
<source> | |
type network_probe | |
tag null | |
probe_type curl | |
target ryonext-log.herokuapp.com | |
interval 1800 | |
</source> | |
<match null.*> | |
type null | |
</match> | |
<match null.input.twitter> | |
type null | |
</match> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment