Cluster pending tasks API end point not responding

I am trying to check the progress of my reindex tasks which is taking more than 2 hours. can see the results of the "/_nodes/_local" API. There is one cluster.

But when I try any request on my cluster like "_cluster/health" or "/_cluster/state", I am not getting any response. I do not even get a 404 or 400 error code. I just see a message like this in my browser.

This site can’t be reached
The connection was reset.
Try:

Checking the connection
Checking the proxy and the firewall
Running Windows Network Diagnostics
ERR_CONNECTION_RESET

Has anyone seen this? Please help if you can.

Update: I can see the tasks by calling the "/_tasks" endpoint an I can now check the status of my reindex task, but the problem I mentioned before still exists.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.