Can't query elasticsearch data source from grafana

Hi,

I start using grafana last week and do a connection to elasticsearch index.
When i query with lucene my index i get any result. The query don’t work. Can you give please un link for documentation or anything can hepl me to finish this task.
This a snapshot from my dashbord. I have no result

Here are the docs for using Elasticsearch with Grafana.

Here is a demo dashboard: http://play.grafana.org/dashboard/db/elasticsearch-metrics?orgId=1

There are a few things you can check:

  • Are your data source settings correct? Elasticsearch version, Time Field name (is it mydate or @mydate), index name and Group by time interval:

  • If you inspect the raw query and result, does the query look correct and what does the result look like. Here’s a guide to troubleshooting queries