Less 1
In real time Elastic search run on a cluster of linux mahines therefore we will setup a linux vitual machine if we are using windows.
Install Virtual Box and on it Install Ubuntu and on top of that install Elastic search on it.
cheat sheet to install Elastic Search
After the installation we need to configure it not. on the main configuration file.
sudo /etc/elasticsearch/elasticsearch.yml
sudo /etc/elasticsearch/elasticsearch.yml
uncomment the below.
network.host:0.0.0.0
discovery.seed.host: ["127.0.0.1"]
xpack.security.enabled: false // change it to false while learning this can be an issue while enabled,


Comments
Post a Comment