USER_LOGOUT

<30>ztp-tankstelle_1-ts port02 2018-Nov-12 10:47:34.318 LOGOUT: root

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

  • opengear

Syslog message example

<30>ztp-tankstelle_1-ts port02 2018-Nov-12 10:47:34.318 LOGOUT: root

Structured message example

{
  "error": "USER_LOGOUT",
  "facility": 3,
  "host": "ztp-tankstelle_1-ts",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "2018-Nov-12",
      "facility": 3,
      "host": "ztp-tankstelle_1-ts",
      "message": "root",
      "port": "port02",
      "pri": "30",
      "severity": 6,
      "tag": "LOGOUT",
      "time": "10:47:34.318"
  },
  "os": "opengear",
  "severity": 6,
  "timestamp": 1542019654,
  "yang_message": {
      "users": {
          "user": {
              "root": {
                  "action": {
                      "logout": true
                  }
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}