LoginSignup
78
75

More than 3 years have passed since last update.

Elasticsearchで全てのデータ(index)を削除する

Last updated at Posted at 2014-03-31

Elasticsearchで全てのデータ(index)を削除する

方法

  • WebAPIを直接たたいて削除します

# curl -XDELETE 'http://localhost:9200/*'
{"acknowledged":true}

終わりに

怖いコマンドだから気を付けて!

参考

78
75
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
78
75