- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 8.3
- Kibana concepts
- Quick start
- Set up
- Install Kibana
- Configure Kibana
- Alerting and action settings
- APM settings
- Banners settings
- Enterprise Search settings
- Fleet settings
- i18n settings
- Logging settings
- Logs settings
- Metrics settings
- Monitoring settings
- Reporting settings
- Search sessions settings
- Secure 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 logging
- Configure monitoring
- Command line tools
- 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
- Data views API
- Index patterns APIs
- Alerting APIs
- Action and connector APIs
- Cases 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
- Troubleshooting
- Accessibility
- Release notes
- Developer guide
What’s new in 8.3
editWhat’s new in 8.3
editHere are the highlights of what’s new and improved in 8.3. For detailed information about this release, check the release notes.
Previous versions: 8.2 | 8.1 | 8.0
Alerts available from Discover
editYou can now create search threshold rules from Discover, making it easy to be notified when documents change so you can turn your data into action. Start by defining the data view, query, and filter conditions for when you want to be alerted. Then choose the messaging services where you want to be notified when your alert conditions are met, and finally, trigger workflows across third-party integrations such as ServiceNow and Slack. For information about alerts, check Alerting.

Controls for filtering dashboard data
editDashboard controls bring interactive inputs in an easy drag and drop editing experience. Controls chain, disable when they need to, and offer several filtering form factors that make filtering fast. Now, you can make filtering on popular fields easy for all your dashboard users. For more information, check Filter dashboard data with controls.

Query bar refreshed across Kibana
editThis release brings a modern and responsive query and search experience to Kibana, which makes more room for your data and content.
Data view menu
editThe new data view menu consolidates all of the options you need to create, find, and edit your data views in a single location. Need to add a field to your data view? Changed your mind and need to create a data view? No problem. These options are available in the simplified menu.

Saved query and Add filter menus
editQuerying and filtering your Elastic data is now easier with the improved Saved query and Add filter menus. The Saved query menu consolidates all of your query and filter needs, including the option to change your filtering language.

Support for Kibana APIs in Console
editDev Tools > Console now supports sending requests to Kibana APIs.
Prepend any Kibana API endpoint with kbn:
and send the request.

Enhancements to visualization editors
editRange annotations in Lens
editUnlock insights by visualizing event data directly on your Lens visualizations. With range annotations, you can show windows of time such as releases, maintenance windows, holidays, and more to provide context to metric performance. For information about Lens annotations, check Add annotations.

Range annotation inside a visualization

Range annotation outside of a visualization
Anomaly jobs from Lens visualizations
editSee something interesting on a visualization on your dashboard? Turn any Lens panel into a new anomaly detection job with the Create anomaly detection job menu option in your dashboards.

Accuracy mode in Lens
editWhen creating Lens visualizations with the Top values function, you can now enable accuracy mode. This mode improves the accuracy of results for high-cardinality data by using more resources in your Elasticsearch cluster. For information, check Lens.

Synchronized tooltips in Lens
editTo make it easier to compare multiple time series visualizations, dashboards now include a Sync tooltips across panels option. When enabled and you hover your cursor over a chart, the tooltips on all other related dashboard charts automatically appear at the same data point or moment in time. For information, check Dashboard.

Collapse break down
editWhen creating Lens tables and XY visualizations, you can now collapse the breakdown dimension, allowing you to summarize aggregated data. For information, check Create custom tables.
Enhancements to Maps
editLanguage selector
editYou can now select Arabic, German, English, Spanish, French, Hindi, Italian, Japanese, Portuguese, Russian, and Chinese for country and region labels. By default, new maps use the Kibana locale setting to determine the language for basemap labels.

Vector tiles and joins
editAre you using vector tiles? Good news. You are now able to make joins.

Improved Content Security Policy
editKibana now has experimental support for a more restrictive
Content Security Policy(CSP).
Specifically, we removed the need for script-src 'unsafe-eval'
,
which provides an additional level of protection against cross-site scripting (XSS) attacks.
To enable this feature, configure csp.disableUnsafeEval: true
in your kibana.yml
.

Test trained models in Machine Learning
editYou can now visualize machine learning trained model output. A new test model action in Machine Learning > Trained Models opens up a flyout, where you can enter input text for testing. View the output using text highlighting or as JSON output.
Trained models are available for the following tasks: language identification, named entity recognition (NER), text classification, question answering, zero-shot text classification, text embedding, and fill task.

Enhancements to Alerting
editOAuth support in ServiceNow connectors
editThe ServiceNow connectors now support open authentication (OAuth). For configuration details, refer to ServiceNow ITSM, ServiceNow SecOps, and ServiceNow ITOM connector.
Severity levels on cases
editYou can now assign a severity level to each of your cases (critical, high, medium, or low). You can also view information about the average duration of your cases and delete comments in Kibana.
Enhancements to Osquery
editNew saved queries available
editOsquery now includes a set of 17 saved queries that are available to run as a live query or add to a scheduled pack. These queries can help you get started using Osquery and show examples of the types of queries you can run.

Support for multi-line queries
editLive and scheduled queries now have multi-line query support, which makes queries easier to read, understand, and maintain. This update better supports Osquery syntax, which is a superset of SQLite, so that you can save and run queries using a standard SQL format.

On this page
- Alerts available from Discover
- Controls for filtering dashboard data
- Query bar refreshed across Kibana
- Data view menu
- Saved query and Add filter menus
- Support for Kibana APIs in Console
- Enhancements to visualization editors
- Range annotations in Lens
- Anomaly jobs from Lens visualizations
- Accuracy mode in Lens
- Synchronized tooltips in Lens
- Collapse break down
- Enhancements to Maps
- Language selector
- Vector tiles and joins
- Improved Content Security Policy
- Test trained models in Machine Learning
- Enhancements to Alerting
- OAuth support in ServiceNow connectors
- Severity levels on cases
- Enhancements to Osquery
- New saved queries available
- Support for multi-line queries