Skip to content

Commit 3c3e769

Browse files
jakelandisjsvd
authored andcommitted
Update monitoring HTTP end point
This commit changes /_xpack/monitoring/_bulk to /_monitoring/bulk. The former is deprecrated as 7.0.0. Relates elastic/elasticsearch#36130 Relates elastic/elasticsearch#35958 Fixes #10528
1 parent ecba50c commit 3c3e769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/lib/template.cfg.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ input {
1313
output {
1414
elasticsearch {
1515
hosts => <%= es_hosts %>
16-
bulk_path => "/_xpack/monitoring/_bulk?system_id=logstash&system_api_version=<%= system_api_version %>&interval=1s"
16+
bulk_path => "/_monitoring/bulk?system_id=logstash&system_api_version=<%= system_api_version %>&interval=1s"
1717
manage_template => false
1818
document_type => "%{[@metadata][document_type]}"
1919
index => ""

0 commit comments

Comments
 (0)