mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
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
This commit is contained in:
parent
ecba50c280
commit
3c3e769bb0
1 changed files with 1 additions and 1 deletions
|
@ -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 => ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue