I am trying to configure Graphana with elastic Search. I am getting below issue while my index has property of type date
mappings: {
- properties: {
-
Count: {
- type: “long”},
-
timestamp: {
-
type: “date”,
-
format: “yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||epoch_millis”}}
-
-