Ho to access elasticsearch server through application server
What do you mean?
okay
I don't know what it means...
Do you want to query Elasticsearch from your application which is running in another server?
Do you want to start another elasticsearch node and form a cluster with an existing node running in another server?
Something else?
i have installed elasticsearch on my server and now i want to use my another server to write the code to create,populate,manage indices.
Ok. You can use whatever library/tool which can send json content over http layer.
curl localhost:9200
Depending on your programming language, you have also libraries for that.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.