Kibana is unable to start

Hello,
I'm using latest stable versions of ELK with 1 node running on a cluster and the disk was exceeded to max. I have increased the threshold to 90 % but still Kibana shows the following error "Login is currently disabled. Administrators should consult the Kibana logs for more details. "

I have tried using curl -X PUT "10.46.2.15@localhost:9200/twitter/_settings" -H 'Content-Type: application/json' -d'
{
"index.blocks.read_only_allow_delete": null
}
'
but its unable to resolve the host.

Need help on this.
Thanks in advance.

Regards,
Manoj.

May be:

curl -X PUT "10.46.2.15:9200/twitter/_settings" -H 'Content-Type: application/json' -d'
{
"index.blocks.read_only_allow_delete": null
}
'

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.