APM UI API user
editAPM UI API user
editCentral configuration API
editUsers can list, search, create, update, and delete central configurations via the APM UI API.
-
Assign the following Kibana feature privileges:
Type Privilege Purpose Kibana
all
on the APM and User Experience featureAllow all access to the APM and User Experience apps
Central configuration API reader
editSometimes a user only needs to list and search central configurations via the APM UI API.
-
Assign the following Kibana feature privileges:
Type Privilege Purpose Kibana
read
on the APM and User Experience featureAllow read access to the APM and User Experience apps
Annotation API
editUsers can use the annotation API to create annotations on their APM data.
-
Create a new role, named something like
annotation_role
, and assign the following privileges:Type Privilege Purpose Index
manage
onobservability-annotations
indexCheck if the
observability-annotations
index existsIndex
read
onobservability-annotations
indexRead the
observability-annotations
indexIndex
create_index
onobservability-annotations
indexCreate the
observability-annotations
indexIndex
create_doc
onobservability-annotations
indexCreate new annotations in the
observability-annotations
index -
Assign the
annotation_role
created previously, and the following Kibana feature privileges to any annotation API users:Type Privilege Purpose Kibana
all
on the APM and User Experience featureAllow all access to the APM and User Experience apps