Hi Francisco,
I really appreciate your help.
After Calling the health API, I got the following result:
{
"cluster_name": "wazuh-cluster",
"status": "yellow",
"timed_out": false,
"number_of_nodes": 1,
"number_of_data_nodes": 1,
"discovered_master": true,
"discovered_cluster_manager": true,
"active_primary_shards": 692,
"active_shards": 692,
"relocating_shards": 0,
"initializing_shards": 0,
"unassigned_shards": 30,
"delayed_unassigned_shards": 0,
"number_of_pending_tasks": 0,
"number_of_in_flight_fetch": 0,
"task_max_waiting_in_queue_millis": 0,
"active_shards_percent_as_number": 95.84487534626038
}
It shows the health is Yellow. Is this good enough, or I need to fix something?
If so, could you suggest what would that be?
Other than that, I also noticed unassigned shards, could you shed some light on this as well.
As far as the number of shards guide is concerned, I did not follow that rather some other guide. Let me go through it and let you know.
Thanks.
Miran