graph - Plot actual value on y axis in kibana 4 -


i want plot time on x axis , numeric field 'f' occurring @ time on y axis in kibana 4. have changed data type of 'f' integer , can confirm has changed kibana index settings.

however, aggregation options available y axis count/min/max/sum etc. this post has answer plotting sum i'm interested in plotting actual values. there way this?

you want check this.

tl;dr data want plot, not numbers.

  1. update grok filter %{number:time:float} instead of whatever have.
  2. re-index/re-hash elasticsearch (i deleted data , restarted whole thing)
  3. goto kibana4 -> visualize -> new line graph
  4. in y axis select max , in field, select number field.

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -