Skip to content

Commit

Permalink
Update yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Jan 17, 2025
1 parent 587233d commit 034c5db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion config/serverless.oblt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ xpack.features.overrides:
### Discover feature should be moved from Analytics category to the Observability one and its privileges are
### fine-tuned to grant access to Observability app.
discover:
category: "observability"
privileges:
# Discover `All` feature privilege should implicitly grant `All` access to Observability app.
all.composedOf:
Expand Down
2 changes: 0 additions & 2 deletions config/serverless.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ 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.hidden: true
dashboard_v2.hidden: true
### Discover feature is hidden in Role management since it's automatically granted by SIEM feature.
discover.hidden: true
discover_v2.hidden: true
### Machine Learning feature is moved from Analytics category to the Security one as the last item.
ml:
Expand Down
1 change: 0 additions & 1 deletion config/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ xpack.features.overrides:
privileges: [ "generate_report" ]
### Visualize feature is hidden in Role management since it's automatically granted by Dashboard feature.
visualize:
hidden: true
### The short URL sub-feature privilege should be always granted.
subFeatures.privileges.url_create.includeIn: "read"
visualize_v2:
Expand Down

0 comments on commit 034c5db

Please sign in to comment.