Elasticsearch not work

Hi

i have the problem that elasticsearch does not start under ubuntu 18.04
I have already searched the forum and carried out the suggested options, unfortunately without success.

vm.max already set as described.i have the problem that elasticsearch does not start under ubuntu 18.04
I have already searched the forum and carried out the suggested options, unfortunately without success.

vm.max already set as described.

anybody got any ideas…

thanks
Klaus

Good morning,

it seems most of the time this is due to using a wrong version of the ingest-attachment plugin leads.
I’d suggest running the following commands:

sudo /usr/share/elasticsearch/bin/elasticsearch-plugin remove ingest-attachment
sudo /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment
sudo systemctl restart elasticsearch

Let us know if that fixes it :slight_smile:

1 Like

hello, thanks for the answer… the plugin reports an error during installation.

Which version of Elasticsearch are you using?

apt list elastic*

image

I’d recommend updating Elasticsearch to version 7.9.0 first, and then running the above commands to reinstall the plugin.

1 Like

now its work…

thanks

You’re welcome! :slight_smile:

Please mark my above comment (re: updating elasticsearch) as the solution, so other users will see it directly under your original post. Thank you!

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.