mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.8`: - [[DOCS] Adds #158338 breaking change to 8.6 release notes (#158397)](https://github.com/elastic/kibana/pull/158397) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kaarina Tungseth","email":"kaarina.tungseth@elastic.co"},"sourceCommit":{"committedDate":"2023-05-30T14:55:55Z","message":"[DOCS] Adds #158338 breaking change to 8.6 release notes (#158397)\n\n## Summary\r\n\r\nCloses #158338.","sha":"c12e17c6dce5cccac7936ef3d7c3de39b29bbc02","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v8.6.0","v8.9.0"],"number":158397,"url":"https://github.com/elastic/kibana/pull/158397","mergeCommit":{"message":"[DOCS] Adds #158338 breaking change to 8.6 release notes (#158397)\n\n## Summary\r\n\r\nCloses #158338.","sha":"c12e17c6dce5cccac7936ef3d7c3de39b29bbc02"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/158397","number":158397,"mergeCommit":{"message":"[DOCS] Adds #158338 breaking change to 8.6 release notes (#158397)\n\n## Summary\r\n\r\nCloses #158338.","sha":"c12e17c6dce5cccac7936ef3d7c3de39b29bbc02"}}]}] BACKPORT--> Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
This commit is contained in:
parent
f07569be62
commit
aee0c5dea9
1 changed files with 12 additions and 2 deletions
|
@ -533,8 +533,6 @@ Uptime::
|
|||
[[release-notes-8.7.1]]
|
||||
== {kib} 8.7.1
|
||||
|
||||
coming::[8.7.1]
|
||||
|
||||
Review the following information about the {kib} 8.7.1 release.
|
||||
|
||||
[float]
|
||||
|
@ -1144,6 +1142,18 @@ For each {kibana-ref}/xpack-spaces.html[space], complete the following to change
|
|||
. Enter `100`, then click *Save changes*.
|
||||
====
|
||||
|
||||
[discrete]
|
||||
[[breaking-158338]]
|
||||
.CSV reports use PIT instead of Scroll
|
||||
[%collapsible]
|
||||
====
|
||||
*Details* +
|
||||
CSV reports now use PIT instead of Scroll. Previously generated CSV reports that used an index alias with alias-only privileges, but without privileges on the alias referenced-indices will no longer generate. For more information, refer to {kibana-pull}158338[#158338].
|
||||
|
||||
*Impact* +
|
||||
To generate CSV reports, grant `read` privileges to the underlying indices.
|
||||
====
|
||||
|
||||
To review the breaking changes in previous versions, refer to the following:
|
||||
|
||||
{kibana-ref-all}/8.5/release-notes-8.5.0.html#breaking-changes-8.5.0[8.5.0] | {kibana-ref-all}/8.4/release-notes-8.4.0.html#breaking-changes-8.4.0[8.4.0] | {kibana-ref-all}/8.3/release-notes-8.3.0.html#breaking-changes-8.3.0[8.3.0] | {kibana-ref-all}/8.2/release-notes-8.2.0.html#breaking-changes-8.2.0[8.2.0] | {kibana-ref-all}/8.1/release-notes-8.1.0.html#breaking-changes-8.1.0[8.1.0] | {kibana-ref-all}/8.0/release-notes-8.0.0.html#breaking-changes-8.0.0[8.0.0] | {kibana-ref-all}/8.0/release-notes-8.0.0-rc2.html#breaking-changes-8.0.0-rc2[8.0.0-rc2] | {kibana-ref-all}/8.0/release-notes-8.0.0-rc1.html#breaking-changes-8.0.0-rc1[8.0.0-rc1] | {kibana-ref-all}/8.0/release-notes-8.0.0-beta1.html#breaking-changes-8.0.0-beta1[8.0.0-beta1] | {kibana-ref-all}/8.0/release-notes-8.0.0-alpha2.html#breaking-changes-8.0.0-alpha2[8.0.0-alpha2] | {kibana-ref-all}/8.0/release-notes-8.0.0-alpha1.html#breaking-changes-8.0.0-alpha1[8.0.0-alpha1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue