Hi,
I am trying to get a table with Average Utilization of interfaces that are more than 80%.
It's like a TopN list but I need a limitation that shows only those interfaces that are more than 80%.
I tried a filter option with "value:[80 TO *]" but that will only take the document values that are more than value:80 and take an average of that which is an unwanted behavior.