0 votes
in ElasticSearch by
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

1 Answer

0 votes
by
b) curl -XPUT ‘localhost:9200/exampleindex’
...