No field found for [msgSubmissionTime] in mapping with types

Hi,

I tried to do mapping a while ago to msgSubmissionTime through putting an index such as:

PUT example
{
  "settings": {
    "number_of_shards": 5
  },
  "mappings": {
    "log": {
      "properties": {
            "msgSubmissionTime": {
              "type": "date",
              "format": "strict_date_optional_time||epoch_millis"
            },
}
}
}
}

But I erased this index... and from when I did this I get:
No field found for [msgSubmissionTime] in mapping with types

Also I get in Kibana inside the discover:
Courier Fetch: 5 of 5 shards failed.

Any help will be great
`

I noticed the problem... and the question is completely wrong.

I don't know how to erase the question therefor just disregard question

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