Hello,
As far as I can see from this error:
ERROR: Could not create wazuh-monitoring-2024.11w index on Elasticsearch
The index_create_block_exception error suggests that the Elasticsearch cluster is currently configured to block index creation. This can happen due to various reasons such as cluster settings explicitly disallowing index creation, disk watermarks being exceeded (which automatically prevents new indices from being created to protect the cluster), or other cluster-level restrictions.
For instance, if you are using Elasticsearch on AWS, and the protection is enabled, if the metric exceeds a certain percentage, some operations can be blocked, such as write operations like index creation.
Hope it helps,
Carlos