Index_not_found_exception error

Hello all, I'm working on removing nodes from my cluster to drain and I'm getting the errors

{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index and [action.auto_create_index] ([.monitoring-,filebeat]) doesn't match","index_uuid":"na","index":"_cluster"}],"type":"index_not_found_exception","reason":"no such index and [action.auto_create_index] ([.monitoring-,filebeat]) doesn't match","index_uuid":"na","index":"_cluster"},"status":404}

Welcome to our community! :smiley:

What command are you running to receive this error?

Hello, thanks for the welcome :slight_smile:
I used the following command but it turns out that I had an extra "/" in my command. I removed it and it worked.
curl --header 'content-type: application/json' -XPUT "http://localhost:9200/_cluster/settings" -d '{"transient" :{"cluster.routing.allocation.exclude._ip" : "1.2.3.4"}}}'

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