ElasticSearch is the database with the indexed data of the storage.
Here are some useful commands:
Start: systemctl start elasticsearch
Stop: systemctl stop elasticsearch
Restart: systemctl restart elasticsearch
Status: systemctl status elasticsearch
Check if the application is running: curl localhost:9200
The logs of ElasticSearch is located in /var/log/elasticsearch/
Comments
0 comments
Article is closed for comments.