简体   繁体   English

Kibana:新安装后无法创建仪表板

[英]Kibana: Cannot create Dashboard after a new install

I recently installed ELK stack (Elastic Search, Logstash & Kibana) on a VM.我最近在 VM 上安装了 ELK 堆栈(Elastic Search、Logstash 和 Kibana)。 Everything works great, as in, the messages from Elastic Search go thru Logstash & show up as expected in Kibana.一切都很好,就像来自 Elastic Search go 通过 Logstash 的消息一样,并在 Kibana 中按预期显示。 Only problem is that I am not able to create any Dashboards in Kibana.唯一的问题是我无法在 Kibana 中创建任何仪表板。 I keep getting this error:我不断收到此错误:

Error on saving 'My dashboard'. Forbidden

I Googled, used other answers in StackOverflow & tried several recommended suggestions such as:我用谷歌搜索,在 StackOverflow 中使用了其他答案并尝试了几个推荐的建议,例如:

  1. Setting 'xpack.security.enabled' false in elasticsearch.yml在 elasticsearch.yml 中设置“xpack.security.enabled”为假
  2. cluster.routing.allocation.disk.threshold_enabled: false cluster.routing.allocation.disk.threshold_enabled:假
  3. index.blocks.read_only_allow_delete: null index.blocks.read_only_allow_delete:null

Nothing is helping.没有任何帮助。 I have made sure that disk is not more than 95% full.我已确保磁盘已满不超过 95%。 Here's what I see when I run the 'df' command:这是我运行“df”命令时看到的内容:

Filesystem     1K-blocks     Used Available Use% Mounted on
udev            16438908        0  16438908   0% /dev
tmpfs            3294068     1188   3292880   1% /run
/dev/sda2       51340768 43199000   5504100  89% /
tmpfs           16470332        0  16470332   0% /dev/shm
tmpfs               5120        0      5120   0% /run/lock
tmpfs           16470332        0  16470332   0% /sys/fs/cgroup
/dev/loop3         96128    96128         0 100% /snap/core/8935
/dev/loop2        123264   123264         0 100% /snap/docker/423
/dev/loop0        125312   125312         0 100% /snap/docker/418
tmpfs            3294064        0   3294064   0% /run/user/1001
/dev/loop4         96256    96256         0 100% /snap/core/9066

Any ideas?有任何想法吗? Note: All versions are latest.注意:所有版本都是最新的。

Turns out it was indeed a space issue.事实证明这确实是一个空间问题。 When I switched to a new VM that has 300Gb of space this 'forbidden' message was gone.当我切换到具有 300Gb 空间的新 VM 时,此“禁止”消息消失了。 A bit confusing error message but now I know.有点令人困惑的错误消息,但现在我知道了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM