Getting documents not in current timerange

I want to get documents which are not in the current timerange in kibana.

I have some data about bookings and users.

I want to see the users who have not done booking this month(or any selected timerange). But info is stored with booking timestamp. Means booking_time is the main timefield.

So, How can I achieve this ?

Hi

You can achieve this by using the filter in the timestamp as shown: Choose @timestamp field and is not between filter - and fill in the From, To columns, so you can derive the desired documents which are not in the current timerange.

Thanks
Rashmi

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