9f6089824b
This commit enables the mqtt notifications in the gearman worker. Most of the setup was already there from our previous failed attempts to leverage the logstash plugin directly. This just pivots that to use the gearman worker instead. Change-Id: I6becec12604c61fe50d3e6b9c7ed9f9e9be311ae Depends-On: I0a17444cce18dd4b63f1f924e393483f6d8fe8eb Depends-On: I43be3562780c61591ebede61f3a8929e8217f199
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
output {
|
|
elasticsearch {
|
|
hosts => <%= @elasticsearch_nodes.map { |node| node + ":9200" }.inspect %>
|
|
manage_template => false
|
|
flush_size => 1024
|
|
}
|
|
|
|
}
|