Looking to build an interactive dashboard from csv file which contains timestamp. If we select last 7 days, am looking to filter 19th May to 13th May of data from this below sample table. Sample data: _time Index Sourcetype 19-05-2024 05:30 x y 18-05-2024 05:30 x y ... One of the input am planning is Time frame, so if i've to pass the token to the panels am trying to use |eval Time=relative_time(now(),"$time_tok$") which is not working as time token comes with earliest and latest timestamps. So, I've tried strptime to convert but still no luck over there. Can someone suggest a better way?
... View more