start es container error

Explanation: Start the es container, stop it just after starting, check the log, and the following error message appears (java.lang.IllegalArgumentException: Plugin [analysis-ik] was built for Elasticsearch version 8.8.2 but version 7.12.1 is running)

insert image description here

solve:

It is because the version of the IK tokenizer is too high and does not match the es version. Just replace it with a consistent version and restart it. IK tokenizer version download (https://github.com/medcl/elasticsearch-analysis-ik/releases?page=4)

Guess you like

Origin blog.csdn.net/qq_42108331/article/details/131882817