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?