Connect to Elasticsearch
You can connect to Elasticsearch from the same server where it is installed. Run the curl client pointing to the 9200 port like this:
curl -XGET 'localhost:9200/'
You can connect to Elasticsearch from the same server where it is installed. Run the curl client pointing to the 9200 port like this:
curl -XGET 'localhost:9200/'