We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44c5f8 commit 3e9b0feCopy full SHA for 3e9b0fe
config/roles.yml
@@ -456,3 +456,17 @@ query_insights_full_access:
456
- 'top_queries_by_*'
457
allowed_actions:
458
- "indices_all"
459
+
460
+# Allow users to execute read only LTR actions
461
+ltr_read_access:
462
+ reserved: true
463
+ cluster_permissions:
464
+ - cluster:admin/ltr/caches/stats
465
+ - cluster:admin/ltr/featurestore/list
466
+ - cluster:admin/ltr/stats
467
468
+# Allow users to execute all LTR actions
469
+ltr_full_access:
470
471
472
+ - cluster:admin/ltr/*
0 commit comments