API to get the list of install plugins not working

Hello All,

We are using elasticsearch 0.20.6

I'm using the following API call (according to documentationhttp://www.elasticsearch.org/guide/reference/api/admin-cluster-nodes-info/)
to get the list of installed plugins:

curl -XGET 'http://10.4.31.89:9200/_cluster/nodes?plugin=true&pretty=true'

The response is not having any plugins details:

{
"ok" : true,
"cluster_name" : "elasticsearch-dev-cluster",
"nodes" : {
"ahBDfRGgTSyQlCvuE-to2g" : {
"name" : "imd-v-one",
"transport_address" : "inet[10.4.31.89/10.4.31.89:9300]",
"hostname" : "ritz-iphone.corporate.thoughtworks.com",
"version" : "0.20.6",
"http_address" : "inet[/10.4.31.89:9200]"
}
}
}

I'm sure I have certain plugins installed, since i can see the head site
plugin.

Can you please help me understand what i might be missing here?

Thanks
Imdad

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

This feature is available from 0.90.1.

HTH

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr | @scrutmydocs

Le 26 juin 2013 à 08:42, Imdad Ahmed imdhmd@gmail.com a écrit :

Hello All,

We are using elasticsearch 0.20.6

I'm using the following API call (according to documentation) to get the list of installed plugins:

curl -XGET 'http://10.4.31.89:9200/_cluster/nodes?plugin=true&pretty=true'

The response is not having any plugins details:
{
"ok" : true,
"cluster_name" : "elasticsearch-dev-cluster",
"nodes" : {
"ahBDfRGgTSyQlCvuE-to2g" : {
"name" : "imd-v-one",
"transport_address" : "inet[10.4.31.89/10.4.31.89:9300]",
"hostname" : "ritz-iphone.corporate.thoughtworks.com",
"version" : "0.20.6",
"http_address" : "inet[/10.4.31.89:9200]"
}
}
}

I'm sure I have certain plugins installed, since i can see the head site plugin.

Can you please help me understand what i might be missing here?

Thanks
Imdad

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.