【问题标题】:Kibana throwing 429 (Too many requests) when trying to create an index patternKibana 在尝试创建索引模式时抛出 429(请求过多)
【发布时间】:2021-03-29 19:29:15
【问题描述】:

我有一个 elasticsearch 索引(仅 150kb),我想在 kibana 中对其进行可视化。在进入堆栈管理 > 索引模式 > 创建新的索引模式后,会抛出 429(请求过多)错误。这是来自浏览器:

Failed to load resource: http://localhost:5601/api/saved_objects/index-pattern the server responded with a status of 429 (Too Many Requests)

为什么会发生这种情况?我关闭了 elasticsearch 和 kibana 并重新打开,但错误仍然存​​在。

【问题讨论】:

    标签: elasticsearch indexing kibana http-status-code-429


    【解决方案1】:

    这里的问题是 kibana 并没有真正给出好的错误响应。我的问题是 elasticsearch 不允许进行任何更改,因为它确定我的存储空间不足。

    This answer 解决了上述问题。

    【讨论】:

      【解决方案2】:

      在我们的例子中,磁盘上几乎没有剩余空间。

      我们的解决方案是进入堆栈管理>索引管理>选择一些我们不再需要的索引(例如旧的或大的),然后选择管理索引,然后删除。之后ES集群恢复了。

      【讨论】:

        猜你喜欢
        • 2018-07-28
        • 2021-12-23
        • 1970-01-01
        • 2017-07-31
        • 2019-07-07
        • 1970-01-01
        • 2014-08-10
        • 2017-05-25
        • 1970-01-01
        相关资源
        最近更新 更多