I am new to Elasticsearch . I was told to install elasticsearch and other software like Kibab into linux machine on premise . Can anyone share your experience to install ? is it difficult ? Is it good idea to start docker version installation and testing ? Thanks
Welcome!
Yeah docker and docker compose is much easier.
For docker, you can use start local which is helpful to start all with one line:
curl -fsSL https://elastic.co/start-local | sh
See more at
Thanks David . My company does not allow Virtual machine installed in desktop . I will look for linux solution to setup the server .
I suppose this is for local development only.
You can start from here:
And then:
HTH