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