We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecba50c commit 3c3e769Copy full SHA for 3c3e769
x-pack/lib/template.cfg.erb
@@ -13,7 +13,7 @@ input {
13
output {
14
elasticsearch {
15
hosts => <%= es_hosts %>
16
- 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"
17
manage_template => false
18
document_type => "%{[@metadata][document_type]}"
19
index => ""
0 commit comments