Unable to initialize Fleet

Hi all,
I am getting this error:

unable to initialize Fleet

search_phase_execution_exception: [no_shard_available_action_exception] Reason: null

Deployment Version 8.2.2

Someone please help?

Hi @beth,

Could you check if your cluster is healthy first?

Navigate to Dev Tools on the left side panel and execute this command:

GET /_cluster/health/

The status parameter in the response should be green. If it's yellow or red it means that there is something wrong in the cluster as explained here

Thanks,
Cristina