We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed4cd9 commit 5cad353Copy full SHA for 5cad353
website/cue/reference/remap/functions/parse_linux_authorization.cue
@@ -31,15 +31,15 @@ remap: functions: parse_linux_authorization: {
31
title: "Parse Linux authorization event"
32
source: """
33
parse_linux_authorization!(
34
- s'Mar 23 2023 01:49:58 localhost sshd[1111]: Accepted publickey for eng from 10.1.1.1 port 8888 ssh2: RSA SHA256:foobar'
+ s'Mar 23 01:49:58 localhost sshd[1111]: Accepted publickey for eng from 10.1.1.1 port 8888 ssh2: RSA SHA256:foobar'
35
)
36
"""
37
return: {
38
appname: "sshd"
39
hostname: "localhost"
40
message: "Accepted publickey for eng from 10.1.1.1 port 8888 ssh2: RSA SHA256:foobar"
41
procid: 1111
42
- timestamp: "2023-03-23T01:49:58Z"
+ timestamp: "2025-03-23T01:49:58Z"
43
}
44
},
45
]
0 commit comments