- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-22-2013 12:10 AM
Hello
I have about 100 polices on my device, some of them has "Log at Session Start" option enabled. Is it posisible to find it from the CLI ?
I have very little skills in CLI so please give me the whole CLI command.
I realised that my weekly reports are unusable because I have only data from last few days. How I can save some space on PA200 to get more logs than last 7 days?
With regards
SLawek
07-22-2013 07:16 PM
Hello,
Please use following filter in security rule page (on GUI).
(log-start eq 'yes')
You can change log storage allocation under device tab > setup > management tab > logging and reporting settings
please click edit button on the right upper corner.
Regards,
07-22-2013 07:38 AM
Pre-requisite: Text-Editors like Notepad ++ or PSPad
Method:
Enable Logging for CLI session from the Terminal Application eg Putty.
CLI Commands:
> set cli pager off
> set cli config-output-format set
> configure
# show rulebase security
Open CLI session log and Find-All for the string "log-start yes"
07-22-2013 08:52 AM
Our you could just export whole configuration to XML file and search it.
Considering log size - look at what you are logging. Some chatty protocols (example: DNS) are not always worth logging, think about updates (adobe-update, ms-update) and so on.
Look into ACC, sorting by sessions, at applications. Search for those that you are willing to "sacrifice", disable logging for them.
07-22-2013 07:16 PM
Hello,
Please use following filter in security rule page (on GUI).
(log-start eq 'yes')
You can change log storage allocation under device tab > setup > management tab > logging and reporting settings
please click edit button on the right upper corner.
Regards,
07-23-2013 12:45 AM
Your solution is correct but EMR's solution is much simplier so points must go to EMR.
Thank you to all of you for your help.
With regards
SLawek
07-23-2013 01:03 AM
emr - Is there any guide for Security Rules filters?
07-23-2013 12:44 PM
I think you must be superadmin to gain access to the /debug page.
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!