Skip to content

Commit

Permalink
Update serverless.security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Jan 27, 2025
1 parent 83a9528 commit 998f91f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions config/serverless.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ xpack.searchIndices.enabled: false

## Fine-tune the security solution feature privileges. Also, refer to `serverless.yml` for the project-agnostic overrides.
xpack.features.overrides:
### Dashboard feature is hidden in Role management since it's automatically granted by SIEM feature.
dashboard_v2.hidden: true
### Discover feature is hidden in Role management since it's automatically granted by SIEM feature.
### The following features are hidden in Role management since they're automatically granted by SIEM feature.
discover.hidden: true
discover_v2.hidden: true
dashboard.hidden: true
dashboard_v2.hidden: true
visualize.hidden: true
visualize_v2.hidden: true
maps.hidden: true
maps_v2.hidden: true
### Machine Learning feature is moved from Analytics category to the Security one as the last item.
ml:
category: "security"
Expand Down

0 comments on commit 998f91f

Please sign in to comment.