Skip to content

Commit

Permalink
[Security Solution] [Detections] Enables alert expandable flyout and …
Browse files Browse the repository at this point in the history
…alert tags options in the advanced settings for serverless (elastic#170158)

Enables alert expandable flyout and alert tags options in the advanced
settings for serverless

Expandable flyout:
<img width="1472" alt="enable_alert_flyout"
src="https://github.com/elastic/kibana/assets/915763/3d22f96d-553d-4907-9fdf-8a474c02ebc2">

Alert tagging settings:
<img width="1502" alt="alert_tags"
src="https://github.com/elastic/kibana/assets/915763/a1472f10-f757-4357-b8fd-6fbdd6bf307c">
  • Loading branch information
dhurley14 authored Nov 1, 2023
1 parent 9051d76 commit d7dc334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/kbn-management/settings/setting_ids/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ export const SECURITY_SOLUTION_IP_REPUTATION_LINKS_ID = 'securitySolution:ipRepu
export const SECURITY_SOLUTION_ENABLE_CCS_WARNING_ID = 'securitySolution:enableCcsWarning';
export const SECURITY_SOLUTION_SHOW_RELATED_INTEGRATIONS_ID =
'securitySolution:showRelatedIntegrations';
export const SECURITY_SOLUTION_DEFAULT_ALERT_TAGS_KEY = 'securitySolution:alertTags' as const;
/** This Kibana Advanced Setting allows users to enable/disable the Expandable Flyout */
export const SECURITY_SOLUTION_ENABLE_EXPANDABLE_FLYOUT_SETTING =
'securitySolution:enableExpandableFlyout' as const;

// Timelion settings
export const TIMELION_ES_DEFAULT_INDEX_ID = 'timelion:es.default_index';
Expand Down
2 changes: 2 additions & 0 deletions packages/serverless/settings/security_project/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ export const SECURITY_PROJECT_SETTINGS = [
settings.SECURITY_SOLUTION_SHOW_RELATED_INTEGRATIONS_ID,
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_EXPANDABLE_FLYOUT_SETTING,
];

0 comments on commit d7dc334

Please sign in to comment.