启动kibana报错:{"type":"log","@timestamp":"2023-01-06T07:47:04Z","tags":["error","elasticsearch","data"],"pid":17565,"message":"[search_phase_execution_exception]: all shards failed"}
解决(思路是删除elasticsearch里与kibana有关的索引,kibana重启时新建相关索引):https://www.jianshu.com/p/f1325146b776
查看所有索引:curl -XGET 'http://127.0.0.1:9200/_cat/indices?v&pretty'