blob: 51ad9a8938761e864e27de9c8c23906ba84ffd07 [file] [log] [blame]
// Apache Streams (incubating)
// Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
// --------------------------------------------------------------------------------
twitter {
endpoint = "userstream"
oauth {
consumerKey = ""
consumerSecret = ""
accessToken = ""
accessTokenSecret = ""
}
follow = [
]
}
elasticsearch {
hosts = [
localhost
]
port = 9300
clusterName = elasticsearch
index = userstream_activity
type = activity
batchSize = 1
}