LogStash监视不适用于管道,重新加载和事件

发布于 2025-01-27 13:12:50 字数 668 浏览 3 评论 0 原文

我正在尝试使用官方API指南使用logstash管道监视 7.17

JVM,Process和OS监视对我有效,但是管道,重新加载和事件监视申报表

{
  "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
}

I am trying to use logstash pipeline monitoring using the official api guide for ES
7.17 https://www.elastic.co/guide/en/logstash/7.17/node-info-api.html

The jvm, process and os monitoring works for me, but the pipeline, reloads and events monitoring returns

{
  "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
}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

裂开嘴轻声笑有多痛 2025-02-03 13:12:50

正确的URL

_node/stats/pipelines

不是

_nodes/stats/pipelines
     ^
     |

The correct URL is

_node/stats/pipelines

Not

_nodes/stats/pipelines
     ^
     |
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文