- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.16
- Kibana concepts
- Quick start
- Set up
- Install Kibana
- Configure Kibana
- Alerting and action settings
- APM settings
- Banners settings
- Development tools settings
- Graph settings
- Fleet settings
- i18n settings
- Logging settings
- Logs settings
- Metrics settings
- Machine learning settings
- Monitoring settings
- Reporting settings
- Secure settings
- Search sessions settings
- Security settings
- Spaces settings
- Task Manager settings
- Telemetry settings
- URL drilldown settings
- Start and stop Kibana
- Access Kibana
- Securing access to Kibana
- Add data
- Upgrade Kibana
- Configure security
- Configure reporting
- Configure monitoring
- Production considerations
- Discover
- Dashboard and visualizations
- Canvas
- Maps
- Build a map to compare metrics by country or region
- Track, visualize, and alert on assets in real time
- Map custom regions with reverse geocoding
- Heat map layer
- Tile layer
- Vector layer
- Plot big data
- Search geographic data
- Configure map settings
- Connect to Elastic Maps Service
- Import geospatial data
- Troubleshoot
- Reporting and sharing
- Machine learning
- Graph
- Alerting
- Observability
- APM
- Security
- Dev Tools
- Fleet
- Osquery
- Stack Monitoring
- Stack Management
- REST API
- Get features API
- Kibana spaces APIs
- Kibana role management APIs
- User session management APIs
- Saved objects APIs
- Index patterns APIs
- Alerting APIs
- Action and connector APIs
- Import and export dashboard APIs
- Logstash configuration management APIs
- Machine learning APIs
- Short URLs APIs
- Get Task Manager health
- Upgrade assistant APIs
- Kibana plugins
- Accessibility
- Release notes
- Developer guide
Telemetry settings in Kibana
editTelemetry settings in Kibana
editBy default, Usage Collection (also known as Telemetry) is enabled. This helps us learn about the Kibana features that our users are most interested in, so we can focus our efforts on making them even better.
You can control whether this data is sent from the Kibana servers, or if it should be sent from the user’s browser, in case a firewall is blocking the connections from the server. Additionally, you can decide to completely disable this feature either in the config file or in Kibana via Management > Kibana > Advanced Settings > Usage Data.
See our Privacy Statement to learn more.
General telemetry settings
edit-
telemetry.enabled
-
Set to
true
to send cluster statistics to Elastic. Reporting your cluster statistics helps us improve your user experience. Set tofalse
to disable statistics reporting from any browser connected to the Kibana instance. Defaults totrue
. -
telemetry.sendUsageFrom
-
Set to
'server'
to report the cluster statistics from the Kibana server. If the server fails to connect to our endpoint at https://telemetry.elastic.co/, it assumes it is behind a firewall and falls back to'browser'
to send it from users' browsers when they are navigating through Kibana. Defaults to'server'
. -
telemetry.optIn
-
Set to
true
to automatically opt into reporting cluster statistics. You can also opt out through Advanced Settings in Kibana. Defaults totrue
. -
telemetry.allowChangingOptInStatus
-
Set to
true
to allow overwriting thetelemetry.optIn
setting via the Kibana UI. Defaults totrue
.
When
false
,telemetry.optIn
must betrue
. To disable telemetry and not allow users to change that parameter, usetelemetry.enabled
.
On this page