How can i get the interval and used it into formula

Hello, I set a Customize time interval 1min in x axis,but when i select a long time range such as 10 hours, the x axis per value change to 5 mins. i get a wrong y axis value. how can i get the interval and used it into formula, e.g. sum(flow.bytes)*8/_interval secs/1000/1000. B.R.

Hi @dreamage Welcome to the community.

What Version are you on....

Don't forget the Formula Reference...

example

count()/(interval()/1000) for seconds

1 Like

version 7.16.0 ...I will upgrade kibana to the latest version and try it. Thank you.