Hi @sahere37 ,
In Kibana, you can only define minimum interval - most of the time it works fine for the timeranges chosen, but not always. So for example, if your timerange is 1 hour, and you've defined minimum interval of 1s, you will get 3600 buckets of data. If you have timerange of 1 month, you would get over 2 million buckets if the interval is precise. This is a performance issue for ES and kibana and that's why the interval used will be much bigger than the minimum, to not create so many buckets.
However, if what interests you is the actual speed of data/timeunit, you can use Lens visualization with Normalize by unit
setting. That would give you the 'speed' of your data per chosen unit and doesn't depend on the chosen/calculated interval. Let me know if that helps!