Skip to content

Commit

Permalink
Merge pull request #689 from ylwu-amzn/main
Browse files Browse the repository at this point in the history
add AD search task permission to the list
  • Loading branch information
ylwu-amzn authored Jan 28, 2021
2 parents 31fe6fd + eae7f30 commit d3e42ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/apps/configuration/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,16 @@ export const CLUSTER_PERMISSIONS: string[] = [
'cluster:admin/ingest/pipeline/simulate',
'cluster:admin/ingest/processor/grok/get',
'cluster:admin/opendistro/ad/detector/delete',
'cluster:admin/opendistro/ad/detector/info',
'cluster:admin/opendistro/ad/detector/jobmanagement',
'cluster:admin/opendistro/ad/detector/preview',
'cluster:admin/opendistro/ad/detector/run',
'cluster:admin/opendistro/ad/detector/search',
'cluster:admin/opendistro/ad/detector/stats',
'cluster:admin/opendistro/ad/detector/write',
'cluster:admin/opendistro/ad/detectors/get',
'cluster:admin/opendistro/ad/result/search',
'cluster:admin/opendistro/ad/tasks/search',
'cluster:admin/opendistro/alerting/alerts/ack',
'cluster:admin/opendistro/alerting/alerts/get',
'cluster:admin/opendistro/alerting/destination/delete',
Expand Down

0 comments on commit d3e42ac

Please sign in to comment.