How can you clear events from the event store?
Answer(s)
- You do not need to clear the event store; it is a circular log file, so once it reaches themaximum size it will be overwritten by new events.
- You must use the CLI clear events command.
- If you have Administrator privileges, you can do this by selecting Monitoring > Events > Resetbutton in Cisco IDM.
- You should select File > Clear IDM Cache in Cisco IDM.
- You cannot clear events from the event store; they must be moved off the system using thecopy command.
Correct Answer
You must use the CLI clear events command.