Hi , I want to create new index in Kibana.
I pushed data in Elastisearch. but I don't create in Kibana.
It is loading long time
Pls help me
That looks like a bug. Can you isolate this into steps on how to reproduce this issue and log it here https://github.com/elastic/kibana/issues/new ?
Hi , I fixed this error. It is error in Kibana.
This solution :
PUT .kibana/_settings
{
"index": {
"blocks": {
"read_only_allow_delete": "false"
}
}
}
.
Thanks
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.