How to check elastic server is running or not?

Hi

I am using elasticsearch-0.16.2 running on other machine.using
TransportClient connect remotely to an elasticsearch cluster.I want to
know how can check whether elastic server is running on that machine
or not using java client library.

Thanks

You could start a client only node in java and use then the AdminClient to check for other instance.

David :wink:

Le 12 oct. 2011 à 10:10, sam mishra.sameek@gmail.com a écrit :

Hi

I am using elasticsearch-0.16.2 running on other machine.using
TransportClient connect remotely to an elasticsearch cluster.I want to
know how can check whether elastic server is running on that machine
or not using java client library.

Thanks