Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo systemctl start elasticsearch.service


14.  To enable Elasticsearch to start on boot:


Code Block
sudo systemctl enable elasticsearch.service


15.  Use the curl command to test your configuration. Enter the following:

Code Block
curl -X GET "localhost:9200"


16. The name of your system should display, and elasticsearch for the cluster name. This indicates that Elasticsearch is functional and is listening on port 9200.

Install Kibana