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:

  1. coordinate x number of n "points"
  2. 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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -