- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-08-2019 11:28 PM
Hello All,
I have tried to export logs from firewall its reach limit up to 1048576 rows, this is only for 3hr logs can anyone have the option to filter logs or can we exceed this limit.?
12-09-2019 01:48 AM - edited 12-09-2019 01:49 AM
Hi @Jafar_Hussain ,
Each log has a filter area that allows you to set a criteria for which log entries to display :
1048576 is the maximum number of lines.
Cheers !
-Kiwi.
12-09-2019 01:58 AM
I have checked but, I want to export all the logs without filter it is showing millions of flogs for 3-4 hr is there any way to exceed the limits of CSV rows.
I have already exceed limit up to 1048576.
12-09-2019 02:20 AM
You should use ftp or scp
I would recommend doing FTP.
Export logs to a SCP or FTP server
Run the following commands to export log files:
> scp export log traffic start-time equal 2011/12/21@12:00:00 end-time equal 2011/12/26@12:00:00 to <value> Destination (username:password@host) or (username@host)
> ftp export log traffic start-time equal 2011/12/21@12:00:00 end-time equal 2011/12/26@12:00:00 to <value> Destination (username:password@host) or (username@host)
note: 'start-time' and 'end-time' are mandatory values when exporting from the CL
12-09-2019 03:18 AM
Hi @Jafar_Hussain ,
Using ftp or scp to export your logs will have the same limitation.
I would consider using an external syslog server.
Cheers !
-Kiwi.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!