File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Supported Databases:
14
14
- InfluxDB
15
15
- OpenTSDB
16
16
- Prometheus
17
+ - Elasticsearch
17
18
18
19
Included location data:
19
20
@@ -41,6 +42,12 @@ The Group By clause should be the country code and an alias is needed too. The a
41
42
42
43
![ Influx Query for Countries] ( https://raw.githubusercontent.com/grafana/worldmap-panel/master/src/images/influx-query.png )
43
44
45
+ #### Elasticseach Query for Countries
46
+
47
+ Use a Group By clause on the field containing the country code and a Then by clause with Date Histogram by ` @timestamp ` (or corresponding date field).
48
+
49
+ ![ Elasticsearch Query for Countries] ( https://raw.githubusercontent.com/grafana/worldmap-panel/master/src/images/elasticsearch-query.png )
50
+
44
51
#### Map Data Options for Time Series Data
45
52
46
53
Under the Worldmap tab, choose either the ` countries ` or ` states ` option.
You can’t perform that action at this time.
0 commit comments