Skip to content

Commit

Permalink
Update monitoring HTTP end point
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jakelandis committed Mar 11, 2019
1 parent 5d41ab6 commit 78dae9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/lib/template.cfg.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 => ""
Expand Down

0 comments on commit 78dae9f

Please sign in to comment.