Wireless Access

 View Only
  • 1.  Audit trail

    Posted Jun 05, 2018 08:16 AM

    Hi

    the CLI command <show audit-trail history> shows the latest changes made on the controller.

    Is there a way to view the past changes made in the last month? And, for a user specific?

    I am asking because it seems that the <show audit-trail history> command only pulls information for short period (unless the controller was rebooted)

    JF

     

     

     



  • 2.  RE: Audit trail

    Posted Jun 05, 2018 03:45 PM
    You would probably want to use syslog for this, and then go a step further to separate out the cli (and webui) commands from the rest of the logs, put them in their own log file and rotate them as desired (likely with a different retention range as regular syslog)

    From a *nix point of view, this is easily done using either rsyslog or syslog-ng to split the loga based on regular expressions and then logrotate.d to handle the rotations.


    Hth