v 8.17.3
I have created a lense visualization with horizontal axis as "date histogram" of the field "@timestamp" and vertical axis as "count of records". Together with the filter of the lense i get a nice chart of the counts of records i am interested in. Everything working fine so far.
Now i would like to add a vertical reference line that dynamically shows the value of the maximum "count of records" value of any interval of my initially setup "date histogram" within my chosen data range e.g. "last 24 hours".
Looking at the documentation I thought I should be able to achieve this simply via the function
overall_max(count())
but this only seems to give me the total "count of records" value for the chosen data range. Ignoring the "date histogram" nature of visualization layer.
I searched for a solution for many hours by now, i have no idea why it is not working.
I would very much appreciate if anyone could point me in the right direction with this. Thank you very much.