Comparison between two data in kibana

Hi guys,

I have one doubt in kibana , I want to compare two different data , I want to compare and overlap between the two different data in kibana using timelion or kibna lens.
Can anyone help me how to compare between the different two weeks data ??

Thanks in advance.

Not sure about Lens, but it can be done in Timelion as

.es(...).subtract(.es(...))

another example How to calculate difference between to cumulative sums? - #2 by Nathan_Reese

1 Like

Thanks

.es(index=tt).subtract(.es(offset=-1w))

Thanks Mikhali Shustov , It works me :slight_smile:

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