- Kibana Guide: other versions:
- Introduction
- Set Up Kibana
- Installing Kibana
- Starting and stopping Kibana
- Configuring Kibana
- Running Kibana on Docker
- Accessing Kibana
- Connect Kibana with Elasticsearch
- Using Kibana with Tribe nodes
- Using Kibana in a production environment
- Upgrading Kibana
- Installing X-Pack
- Configuring Monitoring
- Configuring Security
- X-Pack Settings
- Breaking Changes
- Getting Started
- Discover
- Visualize
- Dashboard
- Timelion
- Machine Learning
- APM
- Graphing Connections in Your Data
- Dev Tools
- Monitoring
- Management
- Reporting from Kibana
- REST API
- Kibana Plugins
- Contributing to Kibana
- Limitations
- Release Highlights
- Release Notes
- Kibana 6.3.2
- Kibana 6.3.1
- Kibana 6.3.0
- Kibana 6.2.4
- Kibana 6.2.3
- Kibana 6.2.2
- Kibana 6.2.1
- Kibana 6.2.0
- Kibana 6.1.4
- Kibana 6.1.3
- Kibana 6.1.2
- Kibana 6.1.1
- Kibana 6.1.0
- Kibana 6.0.1
- Kibana 6.0.0
- Kibana 6.0.0-rc2
- Kibana 6.0.0-rc1
- Kibana 6.0.0-beta2
- Kibana 6.0.0-beta1
- Kibana 6.0.0-alpha2
- Kibana 6.0.0-alpha1
Kibana Dashboard Only Mode
editKibana Dashboard Only Mode
editX-Pack gives the ability for admins to limit what certain users see when they log in to Kibana with a
reserved kibana_dashboard_only_user
role.
When you assign a user this role, the next time they sign in to Kibana they will only be able to see the Dashboard app, and no editing tools will be available.
If a user is also assigned the reserved superuser
role, they will be able to see all of Kibana and have
full access.
The kibana_dashboard_only_user
role comes preconfigured with read only permissions on the .kibana
index.
If you assign a user the kibana_dashboard_only_user
role, along with a role with write permissions on
the .kibana index, they will have write access, even though the controls will remain hidden in the kibana
UI.
For advanced set ups that use a custom Kibana index, advanced configurations are possible.