I'm using version 19.1. Using the following command to try to read old logs:
st_apg_collect -m 1 -f /checkpoint/april_logs --from="2019-04-06" --to="2019-04-07" --policy-name=<Policy_Name>
it kicks off:
Writing logs to: /checkpoint/april_logs (truncating original file)
Searching for log files on server...
Searching 2019-04-06_124508_6.log...
Searching 2019-04-06_235900.log...
Searching 2019-04-07_000000.log...
[root@TufinOS checkpoint]#
and result is an empty file after an hour of processing:
[root@TufinOS checkpoint]# ls -alh
total 8.0K
drwxr-xr-x 2 root root 4.0K Apr 24 19:32 .
dr-xr-xr-x 24 root root 4.0K Apr 22 07:16 ..
-rw-r--r-- 1 root root 0 Apr 24 15:34 april_logs
I have verified and reverified my information, that there are logs/indexes in this timeframe but for whatever reason the data is not being extracted.