Date field missing while adding elastic search source in graphana

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”}}

Which Grafana version are you using?

From the snippet you posted it looks like your time field is timestamp and not @timestamp, can you double-check that?

ES version was wrongly selected to 5 in graphana while adding data source, changing that to 7 helped. Thanks for your help Diana.

Thanks,
Amol