Hi Kudret, sorry for the late response.
To address the issue of managing Wazuh alert logs and optimizing your indexing structure, you might consider expanding your indexing capacity and refining your sharding strategy. Here's a simplified approach:
Expanding Indexer Capacity:
- Add More Nodes: Increase your cluster's capacity by adding more indexer nodes. This can help distribute the load and accommodate more data.
- Follow the Wazuh installation guide to add new nodes:
Wazuh Installation Guide.- Ensure each new node is properly configured with the necessary keys and settings to join your existing cluster.
Optimizing Index Sharding:
- Adjust Sharding Settings: Fine-tune your index sharding to improve performance and manageability.
Consult the OpenSearch (or Elasticsearch if you're using it) documentation for guidance on setting up and optimizing shards:
OpenSearch Blog.