From 62e4c68907d8d33709c2c1f92a161dff00b3d5f2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:01:36 +0200 Subject: Adding upstream version 0.11.2. Signed-off-by: Daniel Baumann --- src/formats/sssd_log.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/formats/sssd_log.json (limited to 'src/formats/sssd_log.json') diff --git a/src/formats/sssd_log.json b/src/formats/sssd_log.json new file mode 100644 index 0000000..04f3a77 --- /dev/null +++ b/src/formats/sssd_log.json @@ -0,0 +1,38 @@ +{ + "$schema": "https://lnav.org/schemas/format-v1.schema.json", + "sssd_log": { + "title": "SSSD log format", + "description": "Log format used by the System Security Services Daemon", + "url": "http://fedorahosted.org/sssd", + "regex": { + "core": { + "pattern": "^\\((?\\S{3,8} \\S{3,8} ( \\d|\\d{2}) \\d{2}:\\d{2}:\\d{2} \\d{4})\\) \\[sssd\\] \\[(?\\w+)\\] \\((?0x[0-9a-fA-F]{4})\\): (?.*)$" + }, + "module": { + "pattern": "^\\((?\\S{3,8} \\S{3,8} ( \\d|\\d{2}) \\d{2}:\\d{2}:\\d{2} \\d{4})\\) \\[sssd(?\\[.*?\\])\\] \\[(?\\w+)\\] \\((?0x[0-9a-fA-F]{4})\\): (?.*)$" + } + }, + "value": { + "module": { + "kind": "string" + }, + "function": { + "kind": "string" + }, + "debug_level": { + "kind": "string" + }, + "body": { + "kind": "string" + } + }, + "sample": [ + { + "line": "(Tue Mar 31 06:03:46 2015) [sssd[be[default]]] [sysdb_search_by_name] (0x0400): No such entry" + }, + { + "line": "(Tue Mar 31 05:58:38 2015) [sssd] [start_service] (0x0100): Queueing service LDAP for startup" + } + ] + } +} \ No newline at end of file -- cgit v1.2.3