Hello everyone,
I am working with kibana version 7.17.
I am working on a project that shows the humidity of 5 sensors throughout the day. In elasticsearch is stored the humidity data, the identifier of the sensor that made the measurement and the time in which the measurement was made.
I would like to represent in a linear graph, in which two lines are represented, the average of humidity along the day of all the sensors except one and the one that is excluded to represent its average in a separate line in the same graph. I would also like this sensor to be selectable from the dashboard.
What I found is that it can be displayed statically in a graph but what I want is to be able to control through the dashboard the sensor that is excluded in the general average and that is represented individually in another line.
Do you know how this could be done?


