Inability to sign in to Kibana Dashboard

i deployed my elasticsearch, kibana and fleet using aks, but recently i started getting an error as pasted below.

[2023-07-19T16:33:48.709+00:00][ERROR][plugins.security.user-profile] Failed to activate user profile: {"error":{"root_cause":[{"type":"cluster_block_exception","reason":"index [.security-profile-8] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];"}],"type":"cluster_block_exception","reason":"index [.security-profile-8] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];"},"status":429}.

This is talking about my discs, now I am afraid that if I increase the nod count in my elasticsearch.yaml file in the prod environment, my storage might be affected asides the number of pods it should create.

Can anyone give me an advise on what to do?

I have it fixed now

I increased my node counts and it worked

1 Like

Yes, that message above means you exceed the Disk Usage Watermark... so adding more nodes provided more disk space, that is one way to solve that... keep and eye as you may fill up again.

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