USER_WRITE_CONFIG

There is no YANG model available yet to map this class of messages. Please check the Structured message example section to see the structure.

Implemented for

  • eos

Syslog message example

<165>Oct 23 12:22:50 GeorgeSwitch ConfigAgent: %SYS-5-CONFIG_STARTUP: Startup config saved from system:/running-config by admin on vty3 (127.0.0.1).

Structured message example

{
  "error": "USER_WRITE_CONFIG",
  "facility": 20,
  "host": "GeorgeSwitch",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Oct 23",
      "facility": 20,
      "host": "GeorgeSwitch",
      "message": ": Startup config saved from system:/running-config by admin on vty3 (127.0.0.1).",
      "pri": "165",
      "processName": "ConfigAgent",
      "severity": 5,
      "tag": "SYS-5-CONFIG_STARTUP",
      "time": "12:22:50"
  },
  "os": "eos",
  "severity": 5,
  "timestamp": 1540297370,
  "yang_message": {
      "users": {
          "user": {
              "admin": {
                  "action": {
                      "write_config": true
                  }
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}