Hello,
> [cluster_block_exception]: index blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];,
It looks like you don't have enough disk space. When you are low on disk, the indexer could reach the flood-stage disk usage watermark, and depending on the situation, if it affects system indices, some features may become unavailable (login, searching, indexing, etc).
You need to add more space to your disk or free up space.
If you can remove indices, just access your node server and use the indexer API to remove some indices:
What version of Wazuh are you using? Do you have wazuh-indexer, Elasticsearch, Opendistro? Do you have a cluster or only 1 node for the indexer?
I hope it helps.