CentOS: how to open port to remote Elasticsearch phptuts April 16, 2018 Step 1: Edit file /etc/elasticsearch/elasticsearch.yml Uncomment line: Change 192.168.0.1 to 0.0.0.0 (or your server ipaddress) Step 2: Step 3: open port with iptables Done! check Continue Reading
How to install Elasticsearch on CentOS phptuts April 15, 2018 Step 1: install java Read: How to install Java on CentOS or install easily by using this command: result: Step 2: install Elasticsearch Step 3:… Continue Reading