Kibana Log In Error

Hi Team,

When my mount point in Elasticsearch server reaches between 85-90 percent , we are not able to login the Kibana UI as per screenshot. While checking log in Kibana show disk usage issue and after adding space and restarts is not working.

Could you please let us know how to overcome this error.

Below is the error captured in Kibana log.

index has read-only-allow-delete block];","error":{"message":"cluster_block_exception\n\tRoot causes:\n\t\tcluster_block_exception: index [.security-profile-8] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];","type":"ResponseError","stack_trace":"ResponseError: cluster_block_exception\n\tRoot causes:\n\t\tcluster_block_exception: index [.security-profile-8] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];\n at KibanaTransport.request (/usr/share/kibana/node_modules/@elastic/transport/lib/Transport.js:479:27)\n at processTicksAndRejections (node:internal/process/task_queues:96:5)\n at KibanaTransport.request (/usr/share/kibana/node_modules/@kbn/core-elasticsearch-client-server-internal/src/create_transport.js:51:16)\n at Security.activateUserProfile (/usr/share/kibana/node_modules/@elastic/elasticsearch/lib/api/api/security.js:60:16)\n at UserProfileService.activate (/usr/share/kibana/node_modules/@kbn/security-plugin/server/user_profile/user_profile_service.js:111:26)\n at Authenticator.updateSessionValue (/usr/share/kibana/node_modules/@kbn/security-plugin/server/authentication/authenticator.js:588:24)\n at Authenticator.login (/usr/share/kibana/node_modules/@kbn/security-plugin/server/authentication/authenticator.js:196:37)\n at /usr/share/kibana/node_modules/@kbn/security-plugin/server/routes/authentication/common.js:137:34\n at Router.handle (/usr/share/kibana/node_modules/@kbn/core-http-router-server-internal/src/router.js:146:30)\n at handler (/usr/share/kibana/node_modules/@kbn/core-http-router-server-internal/src/router.js:112:50)\n at exports.Manager.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28)\n at Object.internals.handler (/usr/share/kibana/node_modules/@hapi/hapi/lib/handler.js:46:20)\n at exports.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/handler.js:31:20)\n at Request._lifecycle (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:371:32)\n at Request._execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:281:9)"},"log":{"level":"ERROR","logger":"http"},"process":{"pid":26453},"trace":{"id":"01e3550472f208c5977aaff6a5034d66"},"transaction":{"id":"f9d29fda07835163"}}
{"service":{"node":{"roles":["background_tasks","ui"]}},"ecs":{"version":"8.6.1"},"@timestamp":"2023-11-24T10:42:28.045+05:30","message":"TimeoutError: Requ

Thanks,
Debasis

Are Kibana and Elasticsearch in the same server? Did you added enough space in the Elasticsearch server?

How many nodes do you have in your cluster? This error happens when the nodes reached 90% of disk usage, which will trigger the flood stage and make all the indices that have at least one shard on the node to go into read only mode, you need to remove some data or increase the disk space of the Elasticsearch nodes.

No, Kibana and Elastic are running on different server. I had two nodes in Elastic cluster. I had added the space and tried to restart the cluster but it did not help. I need to do from scratch.

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