After upgrading my elasticsearch and kibana instance from 7 to 8.18.4 my Timelion visualizations that where previously working are getting the following error:
Unable to load visualization
Error: [timelion_vis] > Timelion request error: in cell #1: status_exception
Caused by:
search_phase_execution_exception: all shards failed
Also as per the below error message could you please check if all is OK with the index ai4i_issues
Error : Caused by: search_phase_execution_exception: all shards failed)
GET _cluster/health => What is the health of the cluster?
GET _cat/indices/ai4i_issues?v => What is the health of this index?
GET /_cat/shards/ai4i_issues?v&h=index,shard,prirep,state,store,ip,node => Are all shards STARTED?
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size dataset.size
yellow open ai4i_issues ntouE0WBR_iexMTO7Qxaxg 1 1 3499 0 12.1mb 12.1mb 12.1mb
GET /_cat/shards/ai4i_issues?v&h=index,shard,prirep,state,store,ip,node
index shard prirep state store ip node
ai4i_issues 0 p STARTED 12.1mb 9.114.203.200 vm-2220
ai4i_issues 0 r UNASSIGNED
I just did the change to de index and these are the new health output
GET _cat/indices/ai4i_issues?v
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size dataset.size
green open ai4i_issues ntouE0WBR_iexMTO7Qxaxg 1 0 3499 0 12.1mb 12.1mb 12.1mb
GET /_cat/shards/ai4i_issues?v&h=index,shard,prirep,state,store,ip,node
index shard prirep state store ip node
ai4i_issues 0 p STARTED 12.1mb 9.114.203.200 vm-2220
It was a nice try, but it seems the error persists.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.