No date field named @timestamp found

Hi,

I am really really new with Grafan and Elasticsearch. So i tried to study some tutorials. “Getting started” from elastic.co seems to me as a good place to start. Now I want to create a elasticsearch datasource in grafana and can’t find the field @timestamp. I changed the Index:
$ curl -XGET ‘localhost:9200/customer/external/_mapping’
{“customer”:{“mappings”:{“external”:{“properties”:{"@timestamp":{“type”:“date”},“age”:{“type”:“long”},“name”:{“type”:“text”,“fields”:{“keyword”:{“type”:“keyword”,“ignore_above”:256}}}}}}}}

With the mapping I find “@timestamp” . Can you tell me what’s wrong?

Ralf

open chrome dev tools and network tab, investigate the calls grafana makes to Elasticsearch, anything that looks strange? Wrong index? Strange response from ES?

i have that problem while importing Elasticsearch as data source in grafana ! some help please

Please fill the index name like you create Index Pattern