Skip to content

Commit

Permalink
[Security Solution] Add visualization in flyout advanced setting in s…
Browse files Browse the repository at this point in the history
…erverless (elastic#196211)

## Summary

This PR adds `securitySolution:enableVisualizationsInFlyout` setting in
serverless, which allow users to enable the visualizations (analyzer,
session view) in alert flyout experience.

(cherry picked from commit 909879b)
  • Loading branch information
christineweng committed Oct 24, 2024
1 parent 9d54a62 commit 2af0c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/serverless/settings/security_project/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ export const SECURITY_PROJECT_SETTINGS = [
settings.SECURITY_SOLUTION_NEWS_FEED_URL_ID,
settings.SECURITY_SOLUTION_ENABLE_NEWS_FEED_ID,
settings.SECURITY_SOLUTION_DEFAULT_ALERT_TAGS_KEY,
settings.SECURITY_SOLUTION_ENABLE_VISUALIZATIONS_IN_FLYOUT_SETTING,
];

0 comments on commit 2af0c2e

Please sign in to comment.