JSON Encoding Sample

Sample JSON log

Following is a sample JSON log message based on the encoding described in Overview Section.

{
    "timestamp": "1685734776000",
    "syslogHostname": "nyc-01",
    "key": "nyc-01:aaa:ERROR",
    "severity": "ERROR",
    "application": "aaa",
    "processID": "3122",
    "description": "LOGIN_FAILED: user factory failed to login [from: 10.1.1.1] [service: sshd] [reason: Authentication failed - Error in authentication]",
    "type": "syslog",
    "eventType": "syslog",
    "eventSource": "syslog"
}

Last updated