我正在尝试使用ES 7.17 https://www.elastic.co/guide/en/logstash/7.17/node-info-api.html的官方API指南来使用logstash管道监视
jvm、进程和操作系统监视对我来说是有效的,但是管道、重新加载和事件监视返回
{
"error" : {
"root_cause" : [
{
"type" : "illegal_argument_exception",
"reason" : "request [/_node/stats/pipelines] contains unrecognized metric: [pipelines]"
}
],
"type" : "illegal_argument_exception",
"reason" : "request [/_node/stats/pipelines] contains unrecognized metric: [pipelines]"
},
"status" : 400
}
1条答案
按热度按时间zaq34kh61#
正确的URL是
不适用