update to send api version 6

Fixes #10518
This commit is contained in:
Jake Landis 2019-03-06 15:27:36 -06:00 committed by João Duarte
parent 7ca98d3410
commit 439ef7f1ce

View file

@ -83,7 +83,7 @@ module LogStash
include LogStash::Util::Loggable, LogStash::Helpers::ElasticsearchOptions
PIPELINE_ID = ".monitoring-logstash"
API_VERSION = 2
API_VERSION = 6
def initialize
# nothing to do here