From 4867674eac14d651d20930411e26765c385e9016 Mon Sep 17 00:00:00 2001 From: Jake Landis Date: Sun, 10 Mar 2019 16:18:52 -0500 Subject: [PATCH] Update monitoring HTTP end point This commit changes /_xpack/monitoring/_bulk to /_monitoring/bulk. The former is deprecrated as 7.0.0. Relates https://github.com/elastic/elasticsearch/pull/36130 Relates https://github.com/elastic/elasticsearch/issues/35958 Fixes #10528 --- x-pack/lib/template.cfg.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/lib/template.cfg.erb b/x-pack/lib/template.cfg.erb index 80e7b65f647..7378412d2bc 100644 --- a/x-pack/lib/template.cfg.erb +++ b/x-pack/lib/template.cfg.erb @@ -13,7 +13,7 @@ input { output { elasticsearch { hosts => <%= es_hosts %> - bulk_path => "/_xpack/monitoring/_bulk?system_id=logstash&system_api_version=<%= system_api_version %>&interval=1s" + bulk_path => "/_monitoring/bulk?system_id=logstash&system_api_version=<%= system_api_version %>&interval=1s" manage_template => false document_type => "%{[@metadata][document_type]}" index => ""