[Security Solution] Allowlist advanced settings for extended rule execution logging in Serverless #166801
Labels
Feature:Rule Monitoring
Security Solution Detection Rule Monitoring area
Team:Detection Rule Management
Security Detection Rule Management Team
Team:Detections and Resp
Security Detection Response Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Related to: #126063
Summary
Two new Advanced Kibana Settings introduced in #126063 are hidden behind a feature flag, which means they are only registered when it's turned on:
In Serverless Security, only explicitly listed settings will be available for users. Here's the allowlist:
https://github.com/elastic/kibana/blob/main/packages/serverless/settings/security_project/index.ts
We need to add these two settings into that file and test if it works with the feature flag both turned on and off. If it doesn't work in Serverless when the flag is off, we'd probably be forced to remove the flag and release the feature.
The text was updated successfully, but these errors were encountered: