Login
Remember
Register
Ask a Question
You can create an Index using ________.
0
votes
asked
Jul 8, 2022
in
ElasticSearch
by
Robin
You can create an Index using ________.
a) curl -XPUT ‘localhost:9200/exampleIndex’
b) curl -XPUT ‘localhost:9200/exampleindex’
c) Both the options
d) None of the options
elasticsearch
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 8, 2022
by
Robin
b) curl -XPUT ‘localhost:9200/exampleindex’
...