File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
specification/security/_types Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ export enum ClusterPrivilege {
62
62
*/
63
63
manage_ilm ,
64
64
manage_index_templates ,
65
+ /**
66
+ * @availability stack
67
+ */
65
68
manage_ingest_pipelines ,
66
69
manage_logstash_pipelines ,
67
70
manage_ml ,
@@ -71,7 +74,13 @@ export enum ClusterPrivilege {
71
74
manage_oidc ,
72
75
manage_own_api_key ,
73
76
manage_pipeline ,
77
+ /**
78
+ * @availability stack
79
+ */
74
80
manage_rollup ,
81
+ /**
82
+ * @availability stack
83
+ */
75
84
manage_saml ,
76
85
manage_security ,
77
86
/**
@@ -97,7 +106,13 @@ export enum ClusterPrivilege {
97
106
manage_watcher ,
98
107
monitor ,
99
108
monitor_ml ,
109
+ /**
110
+ * @availability stack
111
+ */
100
112
monitor_rollup ,
113
+ /**
114
+ * @availability stack
115
+ */
101
116
monitor_snapshot ,
102
117
monitor_text_structure ,
103
118
monitor_transform ,
You can’t perform that action at this time.
0 commit comments