03-20-2017 03:08 AM - edited 03-01-2019 01:07 PM
Hi All,
I have a question about Cisco UCS Manager log.
I'd like to know retention period of Audit Log, maximum log size and current size.
(not mentioned anywhere on manual)
Please Help me.
Have a good day.
Solved! Go to Solution.
03-20-2017 04:21 AM
Greetings.
The audit log has roughly a max of 10,000 entries.
If you have the UCSM power shell/powertools installed:
>Connect-ucs x.x.x.x
PowerTool C:\> Get-UcsAudit | measure-object
Count : 9952
Average :
Sum :
Maximum :
Minimum :
Property :
It utilizes a circular logging design, so oldest entries will drop off as new entries are created if you are at the 10,000 limit.
You can export as .csv from the GUI, or you could issue powershell script to also pull logs
Powertool C:\> Get-UcsAudit | Export-Csv C:\audit.csv
Thanks,
Kirk...
03-20-2017 04:21 AM
Greetings.
The audit log has roughly a max of 10,000 entries.
If you have the UCSM power shell/powertools installed:
>Connect-ucs x.x.x.x
PowerTool C:\> Get-UcsAudit | measure-object
Count : 9952
Average :
Sum :
Maximum :
Minimum :
Property :
It utilizes a circular logging design, so oldest entries will drop off as new entries are created if you are at the 10,000 limit.
You can export as .csv from the GUI, or you could issue powershell script to also pull logs
Powertool C:\> Get-UcsAudit | Export-Csv C:\audit.csv
Thanks,
Kirk...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide