Failed to delete indices when curator configured for multiple hosts in same cluster

(Redirected from https://github.com/elastic/curator/issues/1110)

How do you know they're connected and properly clustered? I'm convinced they are not clustered properly. Why?

When you run Curator against 192.168.101.188, you see only indices which are named logstash-2015.06.*, and when you run Curator against 192.168.10.136, you see only indices which are named logstash-2015.05.*. If they were clustered properly, you would see all six indices when run against either or both IPs. Because you tried to round-robin them, that is exactly why you are getting the 404 error. It is behaving as though each host is a separate cluster.

These nodes are not behaving as though they are in the same cluster, but individual nodes in separate clusters.