i have used logstash to fetch data from mysql to elasticsearch in the index:det and type:contact.
when i type, curl -XGET 'localhoost:9200/det/contact' ,it gives this error:
No uri handler found for index:det and method[DELETE].
What is the error??
How do i delete the contents fetched by elasticseach ?