From ab9780d37356ed17ec768be504900551d78fa6fd Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 14 Feb 2024 21:17:59 +0100 Subject: [PATCH 1/3] Update nextcloud_log.json add some more useful values --- src/formats/nextcloud_log.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/formats/nextcloud_log.json b/src/formats/nextcloud_log.json index 8e9c2509..92247e63 100644 --- a/src/formats/nextcloud_log.json +++ b/src/formats/nextcloud_log.json @@ -34,8 +34,18 @@ "remoteAddr": { "kind": "string", "identifier": true - } - }, + }, + "url": { + "kind": "string" + }, + "method": { + "kind": "string" + }, + "user": { + "kind": "string", + "identifier": "true" + }, + } "line-format": [ { "field": "__timestamp__", From d35e8f1171e8d78cb2323dc5fbc6220930540b05 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 14 Feb 2024 21:19:13 +0100 Subject: [PATCH 2/3] Update nextcloud_log.json --- src/formats/nextcloud_log.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/formats/nextcloud_log.json b/src/formats/nextcloud_log.json index 92247e63..c1609ccc 100644 --- a/src/formats/nextcloud_log.json +++ b/src/formats/nextcloud_log.json @@ -45,7 +45,7 @@ "kind": "string", "identifier": "true" }, - } + }, "line-format": [ { "field": "__timestamp__", From d45315ea3f3a6e095023cf9c92edd693603c9106 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 14 Feb 2024 21:41:01 +0100 Subject: [PATCH 3/3] Fix nextcloud_log.json --- src/formats/nextcloud_log.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/formats/nextcloud_log.json b/src/formats/nextcloud_log.json index c1609ccc..f2ed1f3a 100644 --- a/src/formats/nextcloud_log.json +++ b/src/formats/nextcloud_log.json @@ -44,7 +44,7 @@ "user": { "kind": "string", "identifier": "true" - }, + } }, "line-format": [ {