i followed the recommendation from http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-node.html
to create dedicated master, client and data nodes. for my master and data
nodes, i disabled http.enabled so they will communicate via transport 9300.
however, previously we were using curl localhost:9200/_cluster/stats and
/_node/stats to fetch monitoring stats(e.g. heap usage, num of docs, thread
counts, and etc). my question is how can i fetch these monitoring stats
anymore? i searched and read thru elasticsearch doc but couldn't find it.
i followed the recommendation from Elasticsearch Platform — Find real-time answers at scale | Elastic to create dedicated master, client and data nodes. for my master and data nodes, i disabled http.enabled so they will communicate via transport 9300. however, previously we were using curl localhost:9200/_cluster/stats and /_node/stats to fetch monitoring stats(e.g. heap usage, num of docs, thread counts, and etc). my question is how can i fetch these monitoring stats anymore? i searched and read thru elasticsearch doc but couldn't find it.
the search is still using HTTP API, we have an ELB and 3 dedicated client
nodes behind ELB, so all search request will go thru that ELB via HTTP. so
monitoring stats on client node doesn't have problem, the problem is i
cannot do "curl localhost:9200" on the dedicated master and data nodes.
On Tuesday, October 21, 2014 11:13:37 PM UTC-7, David Pilato wrote:
How do you search in your cluster?
Are you using Java Client?
Le 22 oct. 2014 à 03:17, Terence Tung <ter...@teambanjo.com <javascript:>>
a écrit :
hi there,
i followed the recommendation from Elasticsearch Platform — Find real-time answers at scale | Elastic
to create dedicated master, client and data nodes. for my master and data
nodes, i disabled http.enabled so they will communicate via transport 9300.
however, previously we were using curl localhost:9200/_cluster/stats and
/_node/stats to fetch monitoring stats(e.g. heap usage, num of docs, thread
counts, and etc). my question is how can i fetch these monitoring stats
anymore? i searched and read thru elasticsearch doc but couldn't find it.
On Wednesday, October 22, 2014 9:58:35 AM UTC-7, Terence Tung wrote:
the search is still using HTTP API, we have an ELB and 3 dedicated client
nodes behind ELB, so all search request will go thru that ELB via HTTP. so
monitoring stats on client node doesn't have problem, the problem is i
cannot do "curl localhost:9200" on the dedicated master and data nodes.
On Tuesday, October 21, 2014 11:13:37 PM UTC-7, David Pilato wrote:
How do you search in your cluster?
Are you using Java Client?
i followed the recommendation from Elasticsearch Platform — Find real-time answers at scale | Elastic
to create dedicated master, client and data nodes. for my master and data
nodes, i disabled http.enabled so they will communicate via transport 9300.
however, previously we were using curl localhost:9200/_cluster/stats and
/_node/stats to fetch monitoring stats(e.g. heap usage, num of docs, thread
counts, and etc). my question is how can i fetch these monitoring stats
anymore? i searched and read thru elasticsearch doc but couldn't find it.
On Tuesday, October 21, 2014 9:17:23 PM UTC-4, Terence Tung wrote:
hi there,
i followed the recommendation from Elasticsearch Platform — Find real-time answers at scale | Elastic
to create dedicated master, client and data nodes. for my master and data
nodes, i disabled http.enabled so they will communicate via transport 9300.
however, previously we were using curl localhost:9200/_cluster/stats and
/_node/stats to fetch monitoring stats(e.g. heap usage, num of docs, thread
counts, and etc). my question is how can i fetch these monitoring stats
anymore? i searched and read thru elasticsearch doc but couldn't find it.
On Tuesday, October 21, 2014 9:17:23 PM UTC-4, Terence Tung wrote:
hi there,
i followed the recommendation from Elasticsearch Platform — Find real-time answers at scale | Elastic
to create dedicated master, client and data nodes. for my master and data
nodes, i disabled http.enabled so they will communicate via transport 9300.
however, previously we were using curl localhost:9200/_cluster/stats and
/_node/stats to fetch monitoring stats(e.g. heap usage, num of docs, thread
counts, and etc). my question is how can i fetch these monitoring stats
anymore? i searched and read thru elasticsearch doc but couldn't find it.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.