From c6159e4af0fa2af27bac7493c80575f913e45613 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Tue, 22 Oct 2024 19:14:45 +0100 Subject: [PATCH 1/2] Add clarification that database field depends on the security event --- modules/ROOT/pages/monitoring/logging.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/monitoring/logging.adoc b/modules/ROOT/pages/monitoring/logging.adoc index 984e15502..bea90f40a 100644 --- a/modules/ROOT/pages/monitoring/logging.adoc +++ b/modules/ROOT/pages/monitoring/logging.adoc @@ -727,6 +727,7 @@ The following information is available in the JSON format: | database | The database name the command is executed on. +This field depends on the security event. | username | The user connected to the security event. From 7aa0de2019e04cefb3fe6c2c693dde3e44f45986 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Wed, 23 Oct 2024 15:02:12 +0100 Subject: [PATCH 2/2] Update modules/ROOT/pages/monitoring/logging.adoc --- modules/ROOT/pages/monitoring/logging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/monitoring/logging.adoc b/modules/ROOT/pages/monitoring/logging.adoc index bea90f40a..7bd291453 100644 --- a/modules/ROOT/pages/monitoring/logging.adoc +++ b/modules/ROOT/pages/monitoring/logging.adoc @@ -727,7 +727,7 @@ The following information is available in the JSON format: | database | The database name the command is executed on. -This field depends on the security event. +This field is optional and thus will not be populated for all security events. | username | The user connected to the security event.