Hi,
I have devices with unique number (dev_num)
They are sending me data (Number from sensor (sensor_number)) this number from 0-100 number
So i Need
Y axis : group devices by device number(dev_num) and get AVG(sensor_number) for every device. and then show count (I think this will be Aggregation count with Advanced JSON Input)
X axis : Aggregation : terms ; Field : sensor_number (This is clear )
So basically I need help on Y axis as I din't manage to make Y axis aggregate as I want.
Hey @rpuserh which version of Kibana are you using?
Version 5.4.0 of Kibana added quite a few new settings, including the ability to have multiple Y-Axis as discussed here in "Point Series Charts" section.
Using the following chart configuration, I was able to create the following chart:
Hi @Brandon_Kobel,
Thank you for response
Im running kibana 5.4.0
I need only count on Y Axes
I need to group by dev_num and calculate AVG number (That will be AVG(device sensor data) for every device )
Then I want to show how many devices AVG sensor data 1 then 2 then 3 ...etc 100.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.