elasticsearch - A convergence graphic in Kibana -
i have um index next entries in elasticsearch 5
{ "time" => "20", "point_id" => "1" } { "time" => "22", "point_id" => "2" } { "time" => "23", "point_id" => "3" } { "time" => "28", "point_id" => "4" } etc
i need construct graphic in following form:
- coordinate x number of n "points"
- coordinate y average of n selected points
example:
n avg 1 20
2 (20 + 22)/2
3 (20+22+23)/3
4 (20+22+23)/4
. . .
is possible in kibana or grafana?
wiki
Comments
Post a Comment