From 48f4501635431ae98761d696b85ea2fe7fb6e39f Mon Sep 17 00:00:00 2001 From: Sebastian Fabian Date: Tue, 11 Mar 2025 14:52:53 +0100 Subject: [PATCH 01/10] Enable nav and add BC label --- modules/ROOT/content-nav.adoc | 2 +- modules/ROOT/pages/logging/log-forwarding.adoc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 239afdb6a..4e393cae5 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -86,9 +86,9 @@ Generic Start * Logs // ** xref:logging/download-logs.adoc[Request and download logs] -// ** xref:logging/log-forwarding.adoc[Security log forwarding] ** xref:logging/query-log-analyzer.adoc[Query log analyzer] ** xref:logging/security-log-analyzer.adoc[Security log analyzer] +** xref:logging/log-forwarding.adoc[Security log forwarding] ** xref:logging/log-downloads.adoc[Download logs] * Security diff --git a/modules/ROOT/pages/logging/log-forwarding.adoc b/modules/ROOT/pages/logging/log-forwarding.adoc index 1a0ac1590..a8b277bf6 100644 --- a/modules/ROOT/pages/logging/log-forwarding.adoc +++ b/modules/ROOT/pages/logging/log-forwarding.adoc @@ -1,6 +1,7 @@ [[aura-query-logs]] = Security log forwarding +label:AuraDB-Business-Critical[] label:AuraDB-Enterprise[] label:AuraDS-Enterprise[] From 9d5c3a2b41d023efe9b94d4df83f2aaf455c8a13 Mon Sep 17 00:00:00 2001 From: Sebastian Fabian Date: Tue, 11 Mar 2025 15:08:45 +0100 Subject: [PATCH 02/10] Adjust scope information --- modules/ROOT/pages/logging/log-forwarding.adoc | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/modules/ROOT/pages/logging/log-forwarding.adoc b/modules/ROOT/pages/logging/log-forwarding.adoc index a8b277bf6..de3ea6406 100644 --- a/modules/ROOT/pages/logging/log-forwarding.adoc +++ b/modules/ROOT/pages/logging/log-forwarding.adoc @@ -2,25 +2,20 @@ = Security log forwarding label:AuraDB-Business-Critical[] -label:AuraDB-Enterprise[] +label:AuraDB-Virtual-Dedicated-Cloud[] label:AuraDS-Enterprise[] With security log forwarding, you can stream security logs directly to a cloud project owned by your organization, in real time. To access *Log forwarding*: -. Navigate to the https://console.neo4j.io/[Neo4j Aura console] in your browser. -. Select *Log forwarding* from the sidebar menu. +. Navigate to *Settings* under the Project section in the sidebar. +. Click *Log forwarding*. If you cannot see this option, you may not have the necessary permissions. This will display a list of currently configured log forwarding processes for the active project. If no log forwarding process is set up, a button to do so is displayed in the center of the page. -[NOTE] -==== -A log forwarding process is scoped to a specific product and region combination, and limited to one for each. -==== - == Set up log forwarding [NOTE] @@ -37,7 +32,10 @@ The complete steps for setting up log forwarding depends on the chosen cloud pro Exhaustive instructions are provided in the wizard which appears by following the steps below. . Navigate to the *Log forwarding* page as described above. -. Click *Create new log forwarding process*. +. Click *Configure log forwarding*. +. Select the scope for log forwarding. +* label:AuraDB-Virtual-Dedicated-Cloud[] All instances matching the selected product and region will have their logs forwarded. +* label:AuraDB-Business-Critical[] A specific instance will have its logs forwarded. . Follow the instructions specific to your cloud provider. == Output destination From 351a0fb4f70d5f720f302a930125b5261db92107 Mon Sep 17 00:00:00 2001 From: Sebastian Fabian Date: Tue, 11 Mar 2025 15:15:58 +0100 Subject: [PATCH 03/10] Add AuraDS --- modules/ROOT/pages/logging/log-forwarding.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/logging/log-forwarding.adoc b/modules/ROOT/pages/logging/log-forwarding.adoc index de3ea6406..95bf38c2e 100644 --- a/modules/ROOT/pages/logging/log-forwarding.adoc +++ b/modules/ROOT/pages/logging/log-forwarding.adoc @@ -34,8 +34,9 @@ Exhaustive instructions are provided in the wizard which appears by following th . Navigate to the *Log forwarding* page as described above. . Click *Configure log forwarding*. . Select the scope for log forwarding. -* label:AuraDB-Virtual-Dedicated-Cloud[] All instances matching the selected product and region will have their logs forwarded. * label:AuraDB-Business-Critical[] A specific instance will have its logs forwarded. +* label:AuraDB-Virtual-Dedicated-Cloud[] All instances in the selected region will have their logs forwarded. +* label:AuraDS-Enterprise[] All instances in the selected region will have their logs forwarded. . Follow the instructions specific to your cloud provider. == Output destination From e4037a6c609181e1d1f3390c06db0e7186308ba5 Mon Sep 17 00:00:00 2001 From: Sebastian Fabian Date: Tue, 11 Mar 2025 15:22:54 +0100 Subject: [PATCH 04/10] Add note about config limit --- modules/ROOT/pages/logging/log-forwarding.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/logging/log-forwarding.adoc b/modules/ROOT/pages/logging/log-forwarding.adoc index 95bf38c2e..c9d16194d 100644 --- a/modules/ROOT/pages/logging/log-forwarding.adoc +++ b/modules/ROOT/pages/logging/log-forwarding.adoc @@ -39,6 +39,11 @@ Exhaustive instructions are provided in the wizard which appears by following th * label:AuraDS-Enterprise[] All instances in the selected region will have their logs forwarded. . Follow the instructions specific to your cloud provider. +[NOTE] +==== +Only one log forwarding configuration is permitted for each unique scope. +==== + == Output destination Log forwarding can forward logs to the log service of the same cloud provider as the monitored instance is located in. From 2517e942c14786a2ab3152895f68d0560d03aa8d Mon Sep 17 00:00:00 2001 From: Sebastian Fabian Date: Tue, 11 Mar 2025 15:32:39 +0100 Subject: [PATCH 05/10] Add info on table and actions --- modules/ROOT/pages/logging/log-forwarding.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/logging/log-forwarding.adoc b/modules/ROOT/pages/logging/log-forwarding.adoc index c9d16194d..0ea8da077 100644 --- a/modules/ROOT/pages/logging/log-forwarding.adoc +++ b/modules/ROOT/pages/logging/log-forwarding.adoc @@ -13,6 +13,13 @@ To access *Log forwarding*: . Click *Log forwarding*. If you cannot see this option, you may not have the necessary permissions. This will display a list of currently configured log forwarding processes for the active project. +Each configuration will show its scope (region or instance) and status (`forwarding`, `setting up` or `paused`). + +For actions related to existing configurations, click the `...` button on the right side of the row. This brings up a menu from which the following actions can be taken: + +* *View configuration* - Displays the complete details of the configuration. +* *Edit* - Allows you to change the configuration. +* *Delete* - Removes the configuration. If no log forwarding process is set up, a button to do so is displayed in the center of the page. From ba848866c8f295fb1cb31baf5a7866101d28b1e6 Mon Sep 17 00:00:00 2001 From: Sebastian Fabian Date: Tue, 11 Mar 2025 15:49:08 +0100 Subject: [PATCH 06/10] Update modules/ROOT/pages/logging/log-forwarding.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --- modules/ROOT/pages/logging/log-forwarding.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/logging/log-forwarding.adoc b/modules/ROOT/pages/logging/log-forwarding.adoc index 0ea8da077..7d62ba1fb 100644 --- a/modules/ROOT/pages/logging/log-forwarding.adoc +++ b/modules/ROOT/pages/logging/log-forwarding.adoc @@ -10,7 +10,8 @@ With security log forwarding, you can stream security logs directly to a cloud p To access *Log forwarding*: . Navigate to *Settings* under the Project section in the sidebar. -. Click *Log forwarding*. If you cannot see this option, you may not have the necessary permissions. +. Select *Log forwarding*. +If you cannot see this option, you may not have the necessary permissions. This will display a list of currently configured log forwarding processes for the active project. Each configuration will show its scope (region or instance) and status (`forwarding`, `setting up` or `paused`). From 3c2f6a5313cc651f4505ff18f325c161ca1ffd00 Mon Sep 17 00:00:00 2001 From: Sebastian Fabian Date: Tue, 11 Mar 2025 15:49:28 +0100 Subject: [PATCH 07/10] Update modules/ROOT/pages/logging/log-forwarding.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --- modules/ROOT/pages/logging/log-forwarding.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/logging/log-forwarding.adoc b/modules/ROOT/pages/logging/log-forwarding.adoc index 7d62ba1fb..a4017162a 100644 --- a/modules/ROOT/pages/logging/log-forwarding.adoc +++ b/modules/ROOT/pages/logging/log-forwarding.adoc @@ -16,7 +16,7 @@ If you cannot see this option, you may not have the necessary permissions. This will display a list of currently configured log forwarding processes for the active project. Each configuration will show its scope (region or instance) and status (`forwarding`, `setting up` or `paused`). -For actions related to existing configurations, click the `...` button on the right side of the row. This brings up a menu from which the following actions can be taken: +For actions related to existing configurations, use the `...` button on the right side of the row to open a menu from which the following actions can be taken: * *View configuration* - Displays the complete details of the configuration. * *Edit* - Allows you to change the configuration. From 2b1d6cf87fd8c1edfe0597db58ea9cef6fd6a952 Mon Sep 17 00:00:00 2001 From: Sebastian Fabian Date: Tue, 11 Mar 2025 15:49:50 +0100 Subject: [PATCH 08/10] Update modules/ROOT/pages/logging/log-forwarding.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --- modules/ROOT/pages/logging/log-forwarding.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ROOT/pages/logging/log-forwarding.adoc b/modules/ROOT/pages/logging/log-forwarding.adoc index a4017162a..948fe6fe3 100644 --- a/modules/ROOT/pages/logging/log-forwarding.adoc +++ b/modules/ROOT/pages/logging/log-forwarding.adoc @@ -40,8 +40,7 @@ The complete steps for setting up log forwarding depends on the chosen cloud pro Exhaustive instructions are provided in the wizard which appears by following the steps below. . Navigate to the *Log forwarding* page as described above. -. Click *Configure log forwarding*. -. Select the scope for log forwarding. +. Use *Configure log forwarding* and select the scope for log forwarding. * label:AuraDB-Business-Critical[] A specific instance will have its logs forwarded. * label:AuraDB-Virtual-Dedicated-Cloud[] All instances in the selected region will have their logs forwarded. * label:AuraDS-Enterprise[] All instances in the selected region will have their logs forwarded. From 8f2ee9d67df2052db442dd3f7d918ae136832c11 Mon Sep 17 00:00:00 2001 From: Sebastian Fabian Date: Tue, 11 Mar 2025 15:51:17 +0100 Subject: [PATCH 09/10] Explicitly point out project admin role req --- modules/ROOT/pages/logging/log-forwarding.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/logging/log-forwarding.adoc b/modules/ROOT/pages/logging/log-forwarding.adoc index 948fe6fe3..0dc71d392 100644 --- a/modules/ROOT/pages/logging/log-forwarding.adoc +++ b/modules/ROOT/pages/logging/log-forwarding.adoc @@ -7,11 +7,15 @@ label:AuraDS-Enterprise[] With security log forwarding, you can stream security logs directly to a cloud project owned by your organization, in real time. +[NOTE] +==== +To access log forwarding, you need to have the _Project Admin_ role. +==== + To access *Log forwarding*: . Navigate to *Settings* under the Project section in the sidebar. . Select *Log forwarding*. -If you cannot see this option, you may not have the necessary permissions. This will display a list of currently configured log forwarding processes for the active project. Each configuration will show its scope (region or instance) and status (`forwarding`, `setting up` or `paused`). From 7601be190888ba1a06cac343705900e3a3a5df1a Mon Sep 17 00:00:00 2001 From: Sebastian Fabian Date: Tue, 11 Mar 2025 16:35:32 +0100 Subject: [PATCH 10/10] Update modules/ROOT/pages/logging/log-forwarding.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --- modules/ROOT/pages/logging/log-forwarding.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/logging/log-forwarding.adoc b/modules/ROOT/pages/logging/log-forwarding.adoc index 0dc71d392..821cc1eae 100644 --- a/modules/ROOT/pages/logging/log-forwarding.adoc +++ b/modules/ROOT/pages/logging/log-forwarding.adoc @@ -1,6 +1,6 @@ [[aura-query-logs]] = Security log forwarding - +:page-aliases:platform/logging/log-forwarding.adoc label:AuraDB-Business-Critical[] label:AuraDB-Virtual-Dedicated-Cloud[] label:AuraDS-Enterprise[]