Comparing multiple filters in a visualization - kibana 7

I have the following visualization

I am looking to have some way to dynamically query multiple filters.

An example query could be like:

c_status: [300 TO 399] vs c_status: [400 TO 499] vs c_status: >=500

Should result in something like

This could be possible by adding the additional filters in the sub-aggregation buckets of the split series, but it would be a fixed value and not dynamic.

Is this sort of comparison possible in the current version of Kibana?
I'm currently using Kibana and Elasticsearch versions 7.17.1

I suppose you need editing the visualisation to edit the filter. It couldn't be changed dynamically in view mode.
Histogram sub aggregation with auto interval is not enough for you?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.