Forum Discussion
msaud
Jan 02, 2024Cirrus
How to find recent changes to the configuration
Hi Team, Happy New Year! Can someone please help me on "How to find recent changes to the configuration" I did run below commands but didn't get any output. I have F5 LTM device 5600i cat /var/l...
Jan 03, 2024
Hi Msaud,
You can try following command in BASH mode
grep ^Jan.02.* /var/log/audit
for more such logs you can use following fprmat
From Bash shell:
cat /var/log/audit | grep "name_of_vs"
cat /var/log/audit.1 | grep "name_of_vs"
zcat /var/log/audit.*.gz | grep "name_of_vs"
From GUI:
Sytem -> Logs --> Audit --> search with VS name (date/time range can also be provided)
Hope this helps
🙏
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects