Install pb on windows Server 2008

Hi;

I have installed Elasticsearch on a Windowd server 2008 but when I starts the tool I have any information on the status ?

curl -XGET 'http://localhost:9200'
{
"name" : "Roughhouse",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "2.3.3",
"build_hash" : "218bdf10790eef486ff2c41a3df5cfa32dadcfde",
"build_timestamp" : "2016-05-17T15:40:04Z",
"build_snapshot" : false,
"lucene_version" : "5.5.0"
},
"tagline" : "You Know, for Search"
}

http://localhost:9200/_status?pretty=true ===> returns a web page not found ?

Regards

This API does not exist.

https://www.elastic.co/guide/en/elasticsearch/reference/2.3/breaking_20_stats_info_and_literal_cat_literal_changes.html#_index_status_api

Hi David;

Ok Thank's but how I verify if my installation works fine and all its ok ?

Regards

curl -XGET 'http://localhost:9200'

is fine.

You can also look at the _cat API which is super handy IMO.