# This is a date_filter plug-in. # START and END are the start and end of the data data = { label = "data" usage = "data" regular_expression = "^data$" start = 'epoc_to_date_time(earliest_date_time_in_db());' end = 'epoc_to_date_time(last_date_time_in_db());' }