Skip to content

Commit

Permalink
update xpack monitoring url to remove _xpack leading path
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Feb 11, 2019
1 parent fe684f8 commit 3f2ece5
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 3f2ece5

Please sign in to comment.