Delete by query on ES 1.4

Hi Elasticsearch:

I have a index which mapping is
// 20170407112454
// http://10.0.12.19:9200/myteksi-changeling_changeling_models_loglings

{
"myteksi-changeling_changeling_models_loglings": {
"aliases": {

},
"mappings": {
  "changeling/models/logling": {
    "properties": {


     }
  }
 }

}
}

As you see the type of the index is "changeling/models/logling" , when I tried to use the delete by query api in ES 1.4, it says "No handler found for uri" .

Can you advice how I can delete this type using delete_by_query?

Seems i did the curl on 2.4. I will test it on1.4 today

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.