Elasticsearch In Production
Install Elasticsearch with RPM manually
Configure Elasticsearch
/etc/elasticsearch/elasticsearch.yml
/etc/sysconfig/elasticsearch
#SysV init
/etc/elasticsearch/jvm.options
#Xmx <= 32G
Run Elasticsearch
sudo -i service elasticsearch start
Check status(cluster)
curl -XGET 'localhost:9200/_cluster/state?pretty'
Reference
Last updated
Was this helpful?