I have multiple records in ES that I wish to display on Graphana. It has time and Count fields.
e.g ES has count marked to 50 on 1.20 time but graphana says count is 0.
{
-
_index: “abc”,
-
_type: “Info”,
-
_id: “4”,
-
_score: 1,
-
_source: {
-
Count: 35,
-
timestamp: “2021/11/01 01:20:30”}
-
},
Query is url:“api/datasources/proxy/11/_msearch?max_concurrent_shard_requests=5”
method:“POST”
data:“{“search_type”:“query_then_fetch”,“ignore_unavailable”:true,“index”:“abc”}
{“size”:0,“query”:{“bool”:{“filter”:[{“range”:{“timestamp”:{“gte”:1610350707468,“lte”:1610367908683,“format”:“epoch_millis”}}},{“query_string”:{“analyze_wildcard”:true,“query”:”*"}}]}},“aggs”:{“2”:{“date_histogram”:{“interval”:“20s”,“field”:“timestamp”,“min_doc_count”:0,“extended_bounds”:{“min”:1610350707468,“max”:1610367908683},“format”:“epoch_millis”},“aggs”:{}}}}
"