Probleme x-pack elasticsearch-7.7.0

Hi, I am new with elasticsearch . I installed elasticsearch-oss and when I try x-pack I have the following error :

Thanks

Welcome to our community! :smiley:

Please don't post pictures of text, they are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them.

If you installed elasticsearch-oss, that does not contain any of the X-Pack functionality. Please use the default distribution :slight_smile:

Thanks for replay! :slight_smile: . I will do that... so I have to reinstall all? Do you have a tutorial ! :slight_smile:

https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html is the best place to start.

Yes you are right it is a good start ! :slight_smile: I have been there and I chose
$ echo "deb https://artifacts.elastic.co/packages/oss-7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list

which It works beautiful except It doesn<t have x-pack. :slight_smile: .

So before I start to work do I have to remove Elasticsearch -oss ?
Thanks again :slight_smile:

Yes you do.

I was afraid of that :slight_smile: .. By chance do you know a good link for that ?

Thanks for all

If you installed it via apt, then apt-get remove elasticsearch-oss will do it.

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