truong_ha
(truong ha)
October 21, 2014, 6:38am
1
Do we have cat API for Java?
I am using ElasticSearch version 1.3.4 and figure out I can only use HTTP
cat api.
--
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/d7e6bc32-487c-419a-9b1c-29ca30b1bd5f%40googlegroups.com .
For more options, visit https://groups.google.com/d/optout .
dadoonet
(David Pilato)
October 21, 2014, 7:05am
2
Why not simply doing what cat does behind the scene?
For example: https://github.com/elasticsearch/elasticsearch/blob/master/src/main/java/org/elasticsearch/rest/action/cat/RestHealthAction.java#L54-L61
Best
--
David Pilato | Technical Advocate | elasticsearch.com
david.pilato@elasticsearch.com
@dadoonet | @elasticsearchfr | @scrutmydocs
Le 21 octobre 2014 à 08:38:29, truong ha (truonghatsts@gmail.com ) a écrit:
Do we have cat API for Java?
I am using ElasticSearch version 1.3.4 and figure out I can only use HTTP cat api.
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/d7e6bc32-487c-419a-9b1c-29ca30b1bd5f%40googlegroups.com .
For more options, visit https://groups.google.com/d/optout .
--
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/etPan.544605bd.643c9869.137a%40MacBook-Air-de-David.local .
For more options, visit https://groups.google.com/d/optout .
truong_ha
(truong ha)
October 21, 2014, 8:01am
3