Hi all!
In Grafana data sources I registered Elasticsearch:

Generated data to index recipes with this scripts https://github.com/kadnan/Python-Elasticsearch/blob/master/fetch_recipes.py (and just added timestam field with current time).
I can see records that are generated by the script in ElasticSearch Toolbox:

There are 10 recipes.
1. When creating a panel with Elasticserach as the source with count aggregation there must be 10 instead of 0, right?

2. How would look like the query that sum all timestamps (sum(timestamp))?
3. Shoud records from Elasticsearch look like this in Grafana?
