I’m trying to load data from Elasticsearch (for one particular day) by the loop. But each time I get the same part of data. Could you please advise what I am doing wrong?
I do the following steps:
1. Declare variable Today:
vToday = today()
2) Load MasterTable. Filters in With connection: @timestamp:asc, @timestamp:$(vToday)
3) Load Table_1 with fields where Resident - MasterTable
4) Load table Max_timestamp where Resident - Table_1: max(@timestamp) as max_timestamp