0 votes
in ElasticSearch by

You can delete an Index using ________.

a) SUDO -XDEL ‘localhost:9200/aliens?pretty&pretty’

b) curl -XDELETE ‘localhost:9200/aliens?pretty&pretty’

c) curl -XDEL ‘localhost:9200/aliens?pretty&pretty’

1 Answer

0 votes
by

b) curl -XDELETE ‘localhost:9200/aliens?pretty&pretty’

Related questions

+1 vote
asked Jul 11, 2022 in ElasticSearch by sharadyadav1986
+1 vote
asked Jul 8, 2022 in ElasticSearch by Robin
...