Skip to content

Commit 1ad6159

Browse files
[VectorDB] Add Kibana feature permissions setup (elastic#270578)
## Summary - Add `xpack.features.overrides` configuration to VectorDB serverless config - Copies feature privilege grouping from ES3 (Search) config for consistent role management UI ## Test plan - [ ] Spin up a VectorDB serverless project - [ ] Navigate to Role Management UI - [ ] Verify features are grouped correctly under the VectorDB/Search category Made with [Cursor](https://cursor.com) --------- Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 8919502 commit 1ad6159

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

config/serverless.vectordb.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ plugins.allowlistPluginGroups: ['platform', 'vectordb']
55

66
xpack.osquery.enabled: false
77

8+
## Fine-tune the vectordb solution feature privileges. Also, refer to `serverless.yml` for the project-agnostic overrides.
9+
xpack.features.overrides:
10+
### Agent Builder feature is moved from Analytics category to the VectorDB one.
11+
agentBuilder.category: 'enterpriseSearch'
12+
### Agent Context Layer should match Agent Builder for role management.
13+
agentContextLayer.category: 'enterpriseSearch'
14+
### Workflows Management should be moved from Analytics category to the VectorDB one.
15+
workflowsManagement.category: 'enterpriseSearch'
16+
### Dashboards feature is moved from Analytics category to the VectorDB one.
17+
dashboard_v2.category: "enterpriseSearch"
18+
### Dev Tools feature is moved from Analytics category to the VectorDB one.
19+
dev_tools.category: "enterpriseSearch"
20+
### Discover feature is moved from Analytics category to the VectorDB one.
21+
discover_v2.category: "enterpriseSearch"
22+
### Machine Learning feature is moved from Analytics category to the Management one.
23+
ml.category: "management"
24+
### Stack Alerts feature is moved from Analytics category to the VectorDB one and renamed to simply `Alerts`.
25+
stackAlerts:
26+
name: "Alerts"
27+
category: "enterpriseSearch"
28+
829
## Cloud settings
930
xpack.cloud.serverless.project_type: vectordb
1031

0 commit comments

Comments
 (0)