You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/serverless.security.search_ai_lake.yml
+51-1Lines changed: 51 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
# Security Search AI Lake tier config
2
2
3
-
## Disable plugins
3
+
## Disable xpack plugins
4
4
xpack.osquery.enabled: false
5
+
xpack.maps.enabled: false
5
6
xpack.ml.ad.enabled: false
6
7
xpack.ml.dfa.enabled: false
8
+
xpack.lens.enabled: false
9
+
10
+
### Disable shared plugins
11
+
visualizations.enabled: false
7
12
8
13
## Disable plugin features
9
14
xpack.alerting.maintenanceWindow.enabled: false
@@ -18,6 +23,51 @@ xpack.features.overrides:
18
23
siemV2.description: null
19
24
securitySolutionSiemMigrations.hidden: true
20
25
26
+
## Fine-tune the security solution essentials feature privileges. These feature privilege overrides are set individually for each project type. Also, refer to `serverless.yml` for the project-agnostic overrides.
27
+
dashboard:
28
+
privileges:
29
+
## We do not need to compose dashboard from maps and visualizations because these functionalities are disabled in this tier
30
+
## Setting to empty array so the values from serverless.yml or serverless.security.yml are overwritten
31
+
all.composedOf: []
32
+
read.composedOf: []
33
+
dashboard_v2:
34
+
privileges:
35
+
## Setting to empty array so the values from serverless.yml or serverless.security.yml are overwritten
36
+
## We do not need to compose dashboard from maps and visualizations because these functionalities are disabled in this tier
37
+
all.composedOf: []
38
+
read.composedOf: []
39
+
siemV2:
40
+
privileges:
41
+
all.composedOf:
42
+
## Limited values so the fields from serverless.yml or serverless.security.yml are overwritten
43
+
## We do not need to compose siemV2 from maps and visualizations because these functionalities are disabled in this tier
44
+
- feature: "discover_v2"
45
+
privileges: [ "all" ]
46
+
- feature: "dashboard_v2"
47
+
privileges: [ "all" ]
48
+
read.composedOf:
49
+
- feature: "discover_v2"
50
+
privileges: [ "read" ]
51
+
- feature: "dashboard_v2"
52
+
privileges: [ "read" ]
53
+
siem:
54
+
privileges:
55
+
all.composedOf:
56
+
## Limited values so the fields from serverless.yml or serverless.security.yml are overwritten
57
+
## We do not need to compose siemV2 from maps and visualizations because these functionalities are disabled in this tier
0 commit comments