kibana/docs/migration/migrate_7_11.asciidoc
Larry Gregory f87d1a7192
[7.11] Add note dropping support for glibc 2.12 (#93067) (#93118)
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-03-01 15:59:54 -05:00

53 lines
1.8 KiB
Plaintext

[[breaking-changes-7.11]]
== Breaking changes in 7.11
++++
<titleabbrev>7.11</titleabbrev>
++++
This page discusses the breaking changes that you need to be aware of when migrating
your application to {kib} 7.11.
// The following section is re-used in the Installation and Upgrade Guide
// tag::notable-breaking-changes[]
[discrete]
[[ingestManager_renamed_fleet]]
=== Ingest Manager plugin renamed Fleet
*Details:* 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 by `feature_fleet.*`.
*via https://github.com/elastic/kibana/pull/83200[#83200]*
[discrete]
[[reporting_plugin]]
=== Reporting plugin added new validation for protocol
*Details:* The Reporting plugin added new validation for protocol strings in Network Policy configurations.
*Impact*: See <<reporting-network-policy, 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 https://github.com/elastic/kibana/pull/80766[#80766]*
[discrete]
[[glibc_212_unsupported]]
=== Dropped support for glibc 2.12
*Details:* {kib} 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 {kib} are not impacted. You can no longer run {kib} on older operating systems that require glibc `2.12` (for example, CentOS 6). Refer to our https://www.elastic.co/support/matrix[support matrix] for a list of currently supported operating systems.
*via https://github.com/elastic/kibana/pull/83425[#83425]*
// end::notable-breaking-changes[]