This community is for technical, feature, configuration and deployment questions.
For production deployment issues, please contact the TAC!
We will not comment or assist with your TAC case in these forums.
Please see How to Ask the Community for Help for other best practices.
Dear all,
Is there a way that we can automatically transfer debug log to external storage?
Tommy
Solved! Go to Solution.
Use ISE admin CLI to configure and schedule backup-logs executions.
For example, put the following in CLI configuration mode to start the support bundle generation at 12:23 this Wednesday.
kron policy-list pl
cli backup-logs mySupportBundle repository myRepo encryption-key plain myEncryptKey1
kron occurrence occ1
at 12:23 Wednesday
no recurring
policy-list pl
Use ISE admin CLI to configure and schedule backup-logs executions.
For example, put the following in CLI configuration mode to start the support bundle generation at 12:23 this Wednesday.
kron policy-list pl
cli backup-logs mySupportBundle repository myRepo encryption-key plain myEncryptKey1
kron occurrence occ1
at 12:23 Wednesday
no recurring
policy-list pl