Im counting documents with repeated values of the field throughput_mb_range grouped by the name of an interface.
My metric is Count.
My first split row is the name of the interface with a size of 600.
My second split row is throughput_mb_range with a size of 1.
I want to display only the value that is reapeated the most per interface name.
Is this the correct configuration to do that?
I started to doubt because when I change the order of the splis rows: first throughput_mb_range, and second row interface name, the values displayed in the table change.