From 439ef7f1ce713ba741e464c20b5479d1d72fb45e Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Wed, 6 Mar 2019 15:27:36 -0600 Subject: [PATCH] update to send api version 6 Fixes #10518 --- x-pack/lib/monitoring/monitoring.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/lib/monitoring/monitoring.rb b/x-pack/lib/monitoring/monitoring.rb index 8fcdab088..4dbeefff0 100644 --- a/x-pack/lib/monitoring/monitoring.rb +++ b/x-pack/lib/monitoring/monitoring.rb @@ -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