2020-05-09 05:04:39 +00:00
{
2020-09-24 20:12:43 +00:00
"$schema" : "https://lnav.org/schemas/format-v1.schema.json" ,
2020-05-09 05:04:39 +00:00
"openamdb_log" : {
2020-05-13 16:38:41 +00:00
"title" : "OpenAM Debug Log" ,
"description" : "Debug logs for the OpenAM identity provider." ,
"url" : "http://openam.forgerock.org" ,
2020-05-09 05:04:39 +00:00
"regex" : {
"std" : {
"pattern" : "^(?<module>[\\w]+):(?<timestamp>\\d{2}/\\d{2}/\\d{4} \\d{2}:\\d{2}:\\d{2}:\\d{3} [AP]M \\w+): Thread\\[(?<thread>[^,]+,\\d+,[^,]+)\\]\\n?(?:\\*+|(?<body>.*))$"
}
2020-05-13 16:38:41 +00:00
} ,
2020-05-09 05:04:39 +00:00
"sample" : [
{
"line" : "amMonitoring:06/09/2014 02:49:59:447 PM UTC: Thread[http-80-1,5,main]\n**********************************************"
2020-05-13 16:38:41 +00:00
} ,
2020-05-09 05:04:39 +00:00
{
"line" : "amLog:06/09/2014 04:08:22:515 PM UTC: Thread[http-80-8,5,main]\nERROR: LogMessageProviderBase.createLogRecord: unable to locate message ID object for ATTEMPT_GET_METAALIAS"
}
]
}
}