0 votes
in ElasticSearch by
You can check the cluster’s health using _________.

a) curl -XGET ‘localhost:9200/_cat/health’

b) curl -XGET ‘localhost:9200/_cat/health?v&pretty’

c) Both the options

d) None of the options

1 Answer

0 votes
by

b) curl -XGET ‘localhost:9200/_cat/health?v&pretty’

...