summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/plugins/head/test/generators/delete_all_indices.sh
blob: 878964c54225f68a1f9a2c3578a649fcc0275a6f (plain)
1
2
3
4
5
6
#!/bin/sh

curl -XDELETE 'http://localhost:9200/conflicting_field_type'
echo
curl -XDELETE 'http://localhost:9200/twitter'
echo