From e93bac09df3009a1335d2f43bee36ba265db5e0b Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Thu, 18 Sep 2025 11:43:15 -0400 Subject: [PATCH 1/2] Adds missing advanced settings --- .../get-started/configure-advanced-settings.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/solutions/security/get-started/configure-advanced-settings.md b/solutions/security/get-started/configure-advanced-settings.md index 056c9dd79d..0f4aa72588 100644 --- a/solutions/security/get-started/configure-advanced-settings.md +++ b/solutions/security/get-started/configure-advanced-settings.md @@ -124,6 +124,23 @@ You can change these settings, which affect the news feed displayed on the {{ela * `securitySolution:enableNewsFeed`: Enables the security news feed on the Security **Overview** page. * `securitySolution:newsFeedUrl`: The URL from which the security news feed content is retrieved. +## Enable graph visualization + +{applies_to}`stack: preview 9.1` {applies_to}`serverless: preview` + +Turn on the `securitySolution:enableGraphVisualization` setting to integrate the GraphViz visualization into the Alert and Event flyouts for supported event types. When enabled, it appears in the **Visualization** section of the flyout and can be viewed in full-screen mode. + +## Enable asset inventory + +{applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` + +Turn on the `securitySolution:enableAssetInventory` setting to enable the Asset Inventory in your environment. + +## Enable cloud connector deployment + +{applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` + +Turn on the `securitySolution:enableCloudConnector` setting to enable Cloud Connector deployment for Elastic's CSPM and Asset Inventory integrations. ## Exclude cold and frozen tier data from analyzer queries [exclude-cold-frozen-tiers] From 33fc113a69fa384d81a70b1b36798f21efbfa8bb Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:55:13 -0400 Subject: [PATCH 2/2] Apply suggestions from code review Thanks Florent! Co-authored-by: florent-leborgne --- .../configure-advanced-settings.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/solutions/security/get-started/configure-advanced-settings.md b/solutions/security/get-started/configure-advanced-settings.md index 0f4aa72588..279c2798c5 100644 --- a/solutions/security/get-started/configure-advanced-settings.md +++ b/solutions/security/get-started/configure-advanced-settings.md @@ -125,20 +125,25 @@ You can change these settings, which affect the news feed displayed on the {{ela * `securitySolution:newsFeedUrl`: The URL from which the security news feed content is retrieved. ## Enable graph visualization - -{applies_to}`stack: preview 9.1` {applies_to}`serverless: preview` - +```{applies_to} +stack: preview 9.1 +serverless: preview +``` Turn on the `securitySolution:enableGraphVisualization` setting to integrate the GraphViz visualization into the Alert and Event flyouts for supported event types. When enabled, it appears in the **Visualization** section of the flyout and can be viewed in full-screen mode. ## Enable asset inventory - -{applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` +```{applies_to} +stack: preview 9.2 +serverless: preview +``` Turn on the `securitySolution:enableAssetInventory` setting to enable the Asset Inventory in your environment. ## Enable cloud connector deployment - -{applies_to}`stack: preview 9.2` {applies_to}`serverless: preview` +```{applies_to} +stack: preview 9.2 +serverless: preview +``` Turn on the `securitySolution:enableCloudConnector` setting to enable Cloud Connector deployment for Elastic's CSPM and Asset Inventory integrations.