Login
Remember
Register
Ask a Question
You can check the cluster’s health using _________.
0
votes
asked
Jul 8, 2022
in
ElasticSearch
by
Robin
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
elasticsearch
cluster
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 8, 2022
by
Robin
b) curl -XGET ‘localhost:9200/_cat/health?v&pretty’
...