ES 1.0 and comments embedded in elasticsearch.yml

Just a reminder to whomever...

I'm noticing that the comments in elasticsearch.yml that reference or point
to URLs that worked in <1.0 may no longer work.

eg
Node Discovery (and viewing health)
http://localhost:9200/_cluster/nodes

I'm not sure but I think it should be changed to
http://localhost:9200/_nodes/nodenameoraddress

Tony

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/0047c01d-2193-4d67-8580-963076979c6a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Good point, thanks!

I just updated the file, the new endpoint is
indeed http://localhost:9200/_nodes .

Cheers
Luca

On Tuesday, February 4, 2014 6:12:53 PM UTC+1, Tony Su wrote:

Just a reminder to whomever...

I'm noticing that the comments in elasticsearch.yml that reference or
point to URLs that worked in <1.0 may no longer work.

eg
Node Discovery (and viewing health)
http://localhost:9200/_cluster/nodes

I'm not sure but I think it should be changed to
http://localhost:9200/_nodes/nodenameoraddress

Tony

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/ba537bf1-68cb-4a1c-b6d6-9143f8c8d158%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.