elasticsearch - Kibana 在尝试创建索引模式时抛出 429(请求过多)

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

我有一个 elasticsearch我想在 kibana 中可视化的索引(仅 150kb)。在进入堆栈管理 > 索引模式 > 生成新索引模式后,会抛出 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 并重新打开,但错误仍然存​​在。

最佳答案

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

关于elasticsearch - Kibana 在尝试创建索引模式时抛出 429(请求过多),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65368970/

相关文章:

elasticsearch - ElasticSearch限制过滤器歧义

elasticsearch - ElasticSearch规范化器性能影响

mysql - 如何检测 MySQL 索引是否必要或必需?

elasticsearch - 弹性:我想写一个查询(在特定月份的任何时候,每小时经历的峰值量)

elasticsearch - 在Elasticsearch中 `should`之后 `filter`如何工作?

python - 如何按月份和年份输入过滤具有日期时间索引的数据框? Pandas

python - 创建一个空列表以在之后分配数据

elasticsearch - Grafana 4 模板与 Elasticsearch 5

elasticsearch - 如何获取kibana 4.x中字段的总值

Elasticsearch 禁用删除索引