Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Document as breaking change in 8.6 the switch from Scroll to PIT for CSV reports that no longer work against index aliases if the permissions are not granted to underlying indices #158338

Closed
geekpete opened this issue May 24, 2023 · 1 comment · Fixed by #158397
Labels
bug Fixes for quality problems that affect the customer experience docs Team:Docs

Comments

@geekpete
Copy link
Member

Kibana version: 8.6.0

Any additional context:

This PR switches CSV reports from using Scroll to PIT:
#144201

which means CSV reports that worked previously when run against an index alias that had privileges granted only on the alias but without privileges granted on the indices the alias references will no longer work from 8.6.0+.

Prerequisites for point in time states

To search a point in time (PIT) for an alias, you must have the read index privilege for the alias’s data streams or indices.

This is a breaking change so needs to be documented as such.

A workaround can be to grant any required read access to underlying indices, which might be workable depending on particular use case.

** Related Issues/PR **

@geekpete geekpete added bug Fixes for quality problems that affect the customer experience Team:Docs docs labels May 24, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-docs (Team:Docs)

KOTungseth added a commit to KOTungseth/kibana that referenced this issue May 24, 2023
KOTungseth added a commit that referenced this issue May 30, 2023
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue May 30, 2023
kibanamachine added a commit that referenced this issue May 30, 2023
…) (#158663)

# Backport

This will backport the following commits from `main` to `8.8`:
- [[DOCS] Adds #158338 breaking change to 8.6 release notes
(#158397)](#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":"[email protected]"},"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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience docs Team:Docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants