1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-20 04:23:01 +08:00
cosin/elasticsearch/plugins/head/test/generators/delete_all_indices.sh
2019-11-01 19:05:59 +08:00

7 lines
128 B
Bash

#!/bin/sh
curl -XDELETE 'http://localhost:9200/conflicting_field_type'
echo
curl -XDELETE 'http://localhost:9200/twitter'
echo