无法在Kibana上安装示例数据集-禁止的错误

时间:2019-11-23 02:59:15

标签: macos elasticsearch kibana

通过Brew(不是sudo)在我的macOS Catalina上安装了Kibana和Elasticsearch,但是我无法安装示例数据集。任何人都知道为什么我会收到此“禁止的错误”以及如何解决?错误消息在图片的右下方

enter image description here

4 个答案:

答案 0 :(得分:1)

转到elasticsearch的conf注释,并用正确的路径填充path.logs行

答案 1 :(得分:0)

转到管理->索引模式->创建索引模式。

答案 2 :(得分:0)

由于某种原因,由于没有更多的磁盘空间,我达到了索引被锁定的阈值,因此我不得不手动解锁索引 https://discuss.elastic.co/t/unable-to-create-index-pattern-from-kibana/167184

答案 3 :(得分:0)

检查是否有足够的磁盘空间(> 90%)

查找任何错误原因的一种好方法是日志(如果可用):)
我正在尝试将示例数据(电子商务订单,航班,网络日志)加载到我的kibana中。我遇到了一些错误。日志如下所示
elasticsearch.log
[o.e.c.r.a.DiskThresholdMonitor] high disk watermark [90%] exceeded on [/Users/xyz/Installs/ElasticSearch/elasticsearch-7.9.3/data/nodes/0] free: 15.1gb[6.4%], shards will be relocated away from this node; currently relocating away shards totalling [0] bytes; the node is expected to continue to exceed the high disk watermark when these relocations are complete

我的MAC总共有250 GB的空间,我释放了额外的20 GB,然后它起作用了。请检查您是否有足够的内存(应该有90%以上的可用空间)