cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Policy permissions for service user to run anomaly detectors as an actor

p_devulapalli
Leader

Hi All,

Can anyone please share the specific permissions that needs to be assigned to a service user in Dynatrace to run as an actor for anomaly detector?

Thanks,

Phani Devulapalli
1 REPLY 1

p_devulapalli
Leader

If anyone is interested , just providing the Grail read data permissions for service user worked for my use case 

 

//Grail read data
ALLOW
storage:buckets:read,
storage:logs:read,
storage:metrics:read,
storage:spans:read,
storage:bizevents:read,
storage:events:read,
storage:system:read,
storage:spans:read,
storage:entities:read,
storage:user.events:read,
storage:application.snapshots:read;

 

Phani Devulapalli

Featured Posts