Skip to content

Instantly share code, notes, and snippets.

@klasen
Last active November 3, 2021 17:59
Show Gist options
  • Save klasen/3b8b7e39aaac9b41f54e375cab8eb6cc to your computer and use it in GitHub Desktop.
Save klasen/3b8b7e39aaac9b41f54e375cab8eb6cc to your computer and use it in GitHub Desktop.
lnav.org format description for NetIQ Identity Manager Engine Traces
{
"dirxml" : {
"title" : "NetIQ Identity Manager Engine Traces",
"description" : "The log format for driver traces.",
"url" : "https://www.netiq.com/communities/cool-solutions/capturing-and-reading-novell-identity-manager-traces/",
"regex" : {
"applying_policy" : {
"pattern" : "^\\[(?<timestamp>\\d{2}/\\d{2}/\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3})\\]:(?<driver>[^ ]+) (?<thread>[^:]+):(?<opid>Applying policy): %\\+C%14C(?<policy>.*)%-C."
}
},
"timestamp-format": ["%m/%d/%y %H:%M:%S.%L"],
"opid-field": "opid",
"value" : {
"driver" : {
"kind" : "string",
"identifier" : true
},
"thread" : {
"kind" : "string",
"identifier" : true
},
"policy" : {
"kind" : "string",
"identifier" : true
}
},
"sample" : [
{
"line" : "[02/02/18 14:16:59.994]:RRSD ST:Applying policy: %+C%14CNOVLRSERVB-sub-etp%-C."
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment