Hi,
After Elasticsearch cluster containers restarted we get resource not found exception when a search is attempted.
{
"error" : {
"root_cause" : [
{
"type" : "resource_not_found_exception",
"reason" : "unable to find script [q_checkitem] in cluster state"
}
],
"type" : "resource_not_found_exception",
"reason" : "unable to find script [q_checkitem] in cluster state"
},
"status" : 404
}
If I restart elasticsearch as well as logstash containers the error disappears.
Any help greatly appreciated.