-
Notifications
You must be signed in to change notification settings - Fork 35
Missing LogFiles from --showlogs #11
Comments
Here is the output from a --showfiles --debug-level 3
|
@BigPeteL not sure I can solve this issue, but I can try helping you troubleshoot. Can you move away old files in |
Maybe It's the problem of Check Point. It 'see' only files in fw.logtrack by OPSEC LEA. This file is located in $FWDIR/log folder and it have structure like this:
The first two fields are unix timestamps. The last row is reference to fw.log. So you can add manually rows that you need. As Example, I have two files: 2016-09-01_235900.log and example.log, - and I want to get them by OPSEC LEA. So I add it to fw.logtrack like this:
So the first two fields I fill random unix timestamps by in ascending order. After that fw1-loggrabber will show you these files in --showfiles and I can get it. |
Hello,
If we run --showlogs we only see a small subset of log files from years ago, however if I browse the /var/log/opt/CPsuite-R/fw1/log on the management appliance and pick a log file eg "2016-02-16-235900.log" and manually specify the file eg -f 2016-02-16-235900.log the contents are all displayed correctly.
Also running "-f ALL" or "--logfile ALL" doesn't return any files. We've multiple versions of CPsuite-R due to previous upgrades, could this be throwing it off?
Thanks,
Peter
The text was updated successfully, but these errors were encountered: