Elasticsearch Curl Delete the index library

Source: Internet
Author: User

For an introduction to curl creating an index library, please

Elasticsearch Curl Creating the Index library

[Email protected] elasticsearch-2.4.3]$ curl-xput ' http://192.168.80.200:9200/zhouls '
{"Error": {"Root_cause": [{"Type": "Index_already_exists_exception", "Reason": "already exists", "index": "Zhouls"}], " Type ":" Index_already_exists_exception "," Reason ":" already exists "," index ":" Zhouls "}," status ": 400}[[email Protected] elasticsearch-2.4.3]$ curl-xpost ' http://192.168.80.200:9200/zhouls1 '
{"acknowledged": true} [Email protected] elasticsearch-2.4.3]$

After the test, delete it in time.

[Email protected] elasticsearch-2.4.3]$ curl-xput ' http://192.168.80.200:9200/zhouls '
{"Error": {"Root_cause": [{"Type": "Index_already_exists_exception", "Reason": "already exists", "index": "Zhouls"}], " Type ":" Index_already_exists_exception "," Reason ":" already exists "," index ":" Zhouls "}," status ": 400}[[email Protected] elasticsearch-2.4.3]$ curl-xpost ' HTTP://192.168.80.200:9200/ZHOULS1 '
{"acknowledged": true} [Email protected] elasticsearch-2.4.3]$ curl-xdelete ' http://192.168.80.200:9200/zhouls1 '
{"acknowledged": true} [Email protected] elasticsearch-2.4.3]$

Elasticsearch Curl Delete the index library

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.