Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Solution] Allowlist advanced settings for extended rule execution logging in Serverless #166801

Open
banderror opened this issue Sep 20, 2023 · 2 comments
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.

Comments

@banderror
Copy link
Contributor

banderror commented Sep 20, 2023

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:

xpack.securitySolution.enableExperimental: ['extendedRuleExecutionLoggingEnabled']

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.

@banderror banderror added Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Feature:Rule Monitoring Security Solution Detection Rule Monitoring area Team:Detection Rule Management Security Detection Rule Management Team labels Sep 20, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-detections-response (Team:Detections and Resp)

@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants