- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.9
- Get started
- Set up Kibana
- Discover
- Dashboard
- Canvas
- Maps
- Machine learning
- Graph
- Visualize
- Observability
- Logs
- Metrics
- APM
- Uptime
- Elastic Security
- Dev Tools
- Stack Monitoring
- Stack Management
- Ingest Manager
- Reporting
- Alerting and Actions
- REST API
- Kibana plugins
- Accessibility
- Breaking Changes
- Release Notes
- Kibana 7.9.3
- Kibana 7.9.2
- Kibana 7.9.1
- Kibana 7.9.0
- Kibana 7.8.1
- Kibana 7.8.0
- Kibana 7.7.1
- Kibana 7.7.0
- Kibana 7.6.2
- Kibana 7.6.1
- Kibana 7.6.0
- Kibana 7.5.2
- Kibana 7.5.1
- Kibana 7.5.0
- Kibana 7.4.2
- Kibana 7.4.1
- Kibana 7.4.0
- Kibana 7.3.2
- Kibana 7.3.1
- Kibana 7.3.0
- Kibana 7.2.1
- Kibana 7.2.0
- Kibana 7.1.1
- Kibana 7.1.0
- Kibana 7.0.1
- Kibana 7.0.0
- Kibana 7.0.0-rc2
- Kibana 7.0.0-rc1
- Kibana 7.0.0-beta1
- Kibana 7.0.0-alpha2
- Kibana 7.0.0-alpha1
- Developer guide
APM app API user
editAPM app API user
editCentral configuration API
editUsers can list, search, create, update, and delete central configurations via the APM app API.
-
Assign the following Kibana space privileges:
Type Privilege Purpose Spaces
all
on the APM appAllow all access to the APM app
Central configuration API reader
editSometimes a user only needs to list and search central configurations via the APM app API.
-
Assign the following Kibana space privileges:
Type Privilege Purpose Spaces
read
on the APM appAllow read access to the APM app
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 space privileges to any annotation API users:Type Privilege Purpose Spaces
all
on the APM appAllow all access to the APM app