2018-11-18 11:08:38 +01:00
|
|
|
################### Youtubebeat Configuration Example #########################
|
|
|
|
|
|
|
|
############################# Youtubebeat ######################################
|
|
|
|
|
|
|
|
youtubebeat:
|
|
|
|
# Defines how often an event is sent to the output
|
2018-11-20 10:21:24 +01:00
|
|
|
parallelism: 5
|
|
|
|
max_depth: 10
|
2018-11-20 14:48:22 +01:00
|
|
|
start_url: "https://www.youtube.com"
|
2018-11-19 18:28:49 +01:00
|
|
|
|
2018-11-23 12:18:33 +01:00
|
|
|
output.elasticsearch.index: "youtubedata"
|
2018-11-19 18:28:49 +01:00
|
|
|
|
2018-11-23 12:18:33 +01:00
|
|
|
setup.template.name: "youtubedata"
|
|
|
|
setup.template.pattern: "youtubedata*"
|