Visualization in kibana

Hi,

I created a visualization based on time(The time column is named as duration_ms).

The value stored in the above column is in ms format.(ex - 1000ms , 4000ms)

I was able to pull the columns like (code, client, DB, count)based on Average-> durations_ms but i want specifically only 3000ms.

image

I want create visualization while client submitting the file taking 3s.

Please help on this.

@Joe_Fleming please help on this.

Unfortunately there isn't any way to filter based off of the result of an aggregation. You could filter where the value for each document in duration_ms is 3000, but not the result of the average.

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