After some camunda calling, the operate give an error: Suppressed: org.elasticsearch.client.ResponseException: method [POST], host [http://camunda-elasticsearch:9200], URI [/operate-process-8.3.0_alias/_search?typed_keys=true&max_concurrent_shard_requests=5&search_type=query_then_fetch&batched_reduce_size=512], status line [HTTP/1.1 404 Not Found]
90937{“error”:{“root_cause”:[{“type”:“index_not_found_exception”,“reason”:“no such index [operate-process-8.3.0_alias]”,“resource.type”:“index_or_alias”,“resource.id”:“operate-process-8.3.0_alias”,“index_uuid”:“na”,“index”:“operate-process-8.3.0_alias”}],“type”:“index_not_found_exception”,“reason”:“no such index [operate-process-8.3.0_alias]”,“resource.type”:“index_or_alias”,“resource.id”:“operate-process-8.3.0_alias”,“index_uuid”:“na”,“index”:“operate-process-8.3.0_alias”},“status”:404}
The processes are missed in the operate, I could not get the processVariables too.
Hi @Robert_Uszkai
Could you please provide more details about your deployment and configuration settings? At the moment, the error seems self-explanatory: the ‘operate-process-8.3.0_alias’ index can’t be found in your Elasticsearch instance.
Has this worked before? Have you made any recent changes to your Camunda environment? Any other details you think might be helpful?
yes I upgraded the camunda elastic version from 8.13.0 to 8.14.2.If I delete all camunda components(elastic,zeebe,operate,connectors) and install again is working up to several calling.
Do I understand correctly that if you spin up a new environment with elastic version 8.14.2 it works fine for a few calls and then starts to throw an error that the ‘operate-process-8.14.2_alias’ index can’t be found?
yes I got it: Suppressed: org.elasticsearch.client.ResponseException: method [POST], host [ http://camunda-elasticsearch:9200]
, URI [/operate-post-importer-queue-8.3.0_alias/_search?typed_keys=true&max_concurrent_shard_requests=5&search_type=query_then_fetch&batched_reduce_size=512], status line [HTTP/1.1 404 Not Found]
{“error”:{“root_cause”:[{“type”:“index_not_found_exception”,“reason”:“no such index [operate-post-importer-queue-8.3.0_alias]”,“resource.type”:“index_or_alias”,“resource.id”:“operate-post-importer-queue-8.3.0_alias”,“index_uuid”:“na”,“index”:“operate-post-importer-queue-8.3.0_alias”}],“type”:“index_not_found_exception”,“reason”:“no such index [operate-post-importer-queue-8.3.0_alias]”,“resource.type”:“index_or_alias”,“resource.id”:“operate-post-importer-queue-8.3.0_alias”,“index_uuid”:“na”,“index”:“operate-post-importer-queue-8.3.0_alias”},“status”:404}