From 255085f37dd1bcfd1cf80133ec711e99bf6d3dd1 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Fri, 4 May 2018 12:27:42 -0700 Subject: [PATCH] [DOCS] Removes X-Pack Breaking Changes page (#18755) --- docs/migration/migrate_6_0.asciidoc | 22 ++++++++ .../breaking-changes-xpack.asciidoc | 53 ------------------- 2 files changed, 22 insertions(+), 53 deletions(-) delete mode 100644 x-pack/docs/en/release-notes/breaking-changes-xpack.asciidoc diff --git a/docs/migration/migrate_6_0.asciidoc b/docs/migration/migrate_6_0.asciidoc index 71a01fe2da99..c2157e0655ba 100644 --- a/docs/migration/migrate_6_0.asciidoc +++ b/docs/migration/migrate_6_0.asciidoc @@ -93,3 +93,25 @@ This is no longer the case. Now, only commas are a valid query separator: e.g. ` *Details:* Replaced `Coordinate Map - Heatmap` configuration controls `Radius`, `Blur`, `Maximum Zoom`, and `Minimum opacity` with a single control, `Cluster size`. *Impact:* No change is required for existing Coordinate Map visualizations, `Cluster size` will be set to the default value. `Cluster size` may need to be adjusted as needed. + +[float] +=== {reporting} + +* When {security} is enabled, reports will only be accessible to the user that created them. +* When {security} is enabled, user authorization is controlled by the +`xpack.reporting.roles.allow` setting in the `kibana.yml` which defaults to +`['reporting_user']`. Users will no longer have access to the underlying {reporting} +indices in {es} when assigned to the built-in `reporting_user` role. If using +custom reporting roles, the privileges to the indices will need to be removed, and the +role will need to be added to the `xpack-reporting.roles.allow` setting. + +[float] +=== {watcher} + +* The watch `_status` field has been renamed to `status`, as underscores in +field names will not be allowed. +* The built-in HTTP client used in webhooks, the http input and the http email +attachment has been replaced. This results in the need to always escape all +parts of an URL. +* The new built-in HTTP client also enforces a maximum request size, which +defaults to 10mb. diff --git a/x-pack/docs/en/release-notes/breaking-changes-xpack.asciidoc b/x-pack/docs/en/release-notes/breaking-changes-xpack.asciidoc deleted file mode 100644 index a88589d7538c..000000000000 --- a/x-pack/docs/en/release-notes/breaking-changes-xpack.asciidoc +++ /dev/null @@ -1,53 +0,0 @@ -[role="xpack"] -[[breaking-changes-xkb]] -= {xpack} Breaking Changes - -[partintro] --- -This section summarizes the changes that you need to be aware of when migrating -your application from one version of {xpack} to another. - -* <> -//* <> -* <> -* <> -* {ref}/breaking-changes.html[{es} {xpack} Breaking Changes] -* {logstash-ref}/breaking-changes-xls.html[Logstash {xpack} Breaking Changes] - --- - -[role="xpack"] -[[breaking-6.1.0-xkb]] -== {xpack} Breaking changes in 6.1.0 - -No breaking changes have been made (yet). - -//// -[role="xpack"] -[[breaking-6.0.1-xkb]] -== {xpack} Breaking changes in 6.0.1 - -No breaking changes have been made (yet). -//// - -[role="xpack"] -[[breaking-6.0.0-xkb]] -== {xpack} Breaking Changes in 6.0.0 - -Reporting:: -* When {security} is enabled, reports will only be accessible to the user that created them. -* When {security} is enabled, user authorization is controlled by the -`xpack.reporting.roles.allow` setting in the `kibana.yml` which defaults to -`['reporting_user']`. Users will no longer have access to the underlying {reporting} -indices in {es} when assigned to the built-in `reporting_user` role. If using -custom reporting roles, the privileges to the indices will need to be removed, and the -role will need to be added to the `xpack-reporting.roles.allow` setting. - -Watcher:: -* The watch `_status` field has been renamed to `status`, as underscores in -field names will not be allowed. -* The built-in HTTP client used in webhooks, the http input and the http email -attachment has been replaced. This results in the need to always escape all -parts of an URL. -* The new built-in HTTP client also enforces a maximum request size, which -defaults to 10mb.