-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[AI SOC] Grant fleet (v1) access to see integrations in Search AI Lake tier #221189
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
Conversation
@@ -43,12 +43,13 @@ xpack.features.overrides: | |||
## We do not need to compose siemV2 from maps and visualizations because these functionalities are disabled in this tier | |||
- feature: "discover_v2" | |||
privileges: [ "all" ] | |||
- feature: "dashboard_v2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dashboard is not needed here anymore
/ci |
/ci |
/ci |
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]
History
cc @tomsonpl |
/ci |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary
This PR modifies the
Security Search AI Lake
tier configuration to properly grantFleet
(v1 integrations only) access to users withSecurity Solution
privileges. This change ensures that users can access integrations within theAI SOC
product.Changes
siemV2
feature composition inserverless.security.search_ai_lake.yml
all
andread
privilege levels include the appropriate Fleet accessdiscover
along withfleet
since had to introducesiemV2
(andsiem
) capabilities..Why
In the Security Search AI Lake tier, users need access to
Fleet
(v1) functionality to use integrations. Without this access, they would be unable to use some of the crucial functionalities:The configuration overrides in this PR ensure that:
Testing
UI:
Before:



After:


