now, my question is how can i get the query time of each index on a nodes
not all the cluster?
is there a API can do this? or can I calculate this value from other API?
I do not think this functionality is exposed, but it should be technically
possible. From what I understand from the code, the search stats are saved
per index and are then aggregated into the node stats.
now, my question is how can i get the query time of each index on a nodes
not all the cluster?
is there a API can do this? or can I calculate this value from other API?
Thanks for reply. I think adding a API to do this is not hard, so I
issuse a feature request on Github.
On Thu, Oct 10, 2013 at 12:44 AM, Ivan Brusic ivan@brusic.com wrote:
I do not think this functionality is exposed, but it should be technically
possible. From what I understand from the code, the search stats are saved
per index and are then aggregated into the node stats.
hello, all
I have a ES cluster(5 nodes, 2 indices, 10 shards per index). Now i want
to monitor the ES performance with Zabbix.
I can get total query time for each index with indices stats api. this
time is the sum of query time in all shards on all nodes for this index.(Am
i right?)
I also can get total query time for each nodes with nodes stats api. this
time is the sum of all shards(no matter which index it it belongs to) on
this nodes .(Am i right?)
now, my question is how can i get the query time of each index on a nodes
not all the cluster?
is there a API can do this? or can I calculate this value from other API?
Thanks! any advice is Appreciate.
--
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.
Thanks for reply. I think adding a API to do this is not hard, so I
issuse a feature request on Github.
On Thu, Oct 10, 2013 at 12:44 AM, Ivan Brusic ivan@brusic.com wrote:
I do not think this functionality is exposed, but it should be technically
possible. From what I understand from the code, the search stats are saved
per index and are then aggregated into the node stats.
hello, all
I have a ES cluster(5 nodes, 2 indices, 10 shards per index). Now i want
to monitor the ES performance with Zabbix.
I can get total query time for each index with indices stats api. this
time is the sum of query time in all shards on all nodes for this index.(Am
i right?)
I also can get total query time for each nodes with nodes stats api. this
time is the sum of all shards(no matter which index it it belongs to) on
this nodes .(Am i right?)
now, my question is how can i get the query time of each index on a nodes
not all the cluster?
is there a API can do this? or can I calculate this value from other API?
Thanks! any advice is Appreciate.
--
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.
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.