- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.11
- Quick start
- Set up
- Discover
- Dashboard
- Canvas
- Maps
- Machine learning
- Graph
- Observability
- APM
- Elastic Security
- Dev Tools
- Stack Monitoring
- Stack Management
- Fleet
- Reporting
- Alerting and Actions
- REST API
- Kibana plugins
- Accessibility
- Breaking Changes
- Release notes
- Kibana 7.11.2
- Kibana 7.11.1
- Kibana 7.11.0
- Kibana 7.10.2
- Kibana 7.10.1
- Kibana 7.10.0
- 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
Breaking changes in 7.11
editBreaking changes in 7.11
editThis page discusses the breaking changes that you need to be aware of when migrating your application to Kibana 7.11.
Ingest Manager plugin renamed Fleet
editDetails: The ingestManager
plugin has been renamed fleet
.
Impact:
- The app url change from /app/ingestManager to /app/fleet.
-
The privilege
feature_ingestManager.*
is not valid anymore and should be replaced byfeature_fleet.*
.
via #83200
Reporting plugin added new validation for protocol
editDetails: The Reporting plugin added new validation for protocol strings in Network Policy configurations.
Impact: See Restrict requests with a Reporting network policy. If the kibana.yml has a Reporting network policy before upgrade, the protocol strings must end with a colon. Otherwise, config validation will fail and Kibana will not start.
via #80766
Dropped support for glibc 2.12
editDetails: Kibana 7.11.0 upgrades the Node.js runtime to version 14.16.0
. This updated runtime requires glibc 2.16
,
which drops support for glibc 2.12
-based operating systems.
Impact: Supported versions of Kibana are not impacted. You can no longer run Kibana on older operating systems that require glibc 2.12
(for example, CentOS 6). Refer to our support matrix for a list of currently supported operating systems.
via #83425
On this page