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] Add cases known issue (#159228)](https://github.com/elastic/kibana/pull/159228) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2023-06-07T16:24:27Z","message":"[DOCS] Add cases known issue (#159228)","sha":"ff3e69140fdcbe9150818b6dbcc05caf75730370","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","Feature:Cases","v8.9.0","v8.8.1"],"number":159228,"url":"https://github.com/elastic/kibana/pull/159228","mergeCommit":{"message":"[DOCS] Add cases known issue (#159228)","sha":"ff3e69140fdcbe9150818b6dbcc05caf75730370"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/159228","number":159228,"mergeCommit":{"message":"[DOCS] Add cases known issue (#159228)","sha":"ff3e69140fdcbe9150818b6dbcc05caf75730370"}},{"branch":"8.8","label":"v8.8.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
410f7c7f5f
commit
9812878044
1 changed files with 20 additions and 0 deletions
|
@ -117,6 +117,26 @@ If you have upgraded to 8.8.0 and your alerting rules fail, upgrade to 8.8.1.
|
|||
====
|
||||
// end::known-issue-120[]
|
||||
|
||||
// tag::known-issue-158447[]
|
||||
[discrete]
|
||||
.Incorrect attachments are added to cases
|
||||
[%collapsible]
|
||||
====
|
||||
*Details* +
|
||||
When you attach {ml} visualizations, OsQuery, or Indicators of Compromise (IoCs) to a case, each attachment has its own view which renders in the *Activity* tab.
|
||||
For these attachments, a bug was introduced in 8.8.0:
|
||||
|
||||
. If you add two different attachments on a case, the view will be the same for both.
|
||||
. If you add one attachment to one case and another to a different case, in the second case you will view the attachment of the first case.
|
||||
|
||||
Alerts are not affected.
|
||||
|
||||
*Impact* +
|
||||
There are no mitigations for the first scenario, other than upgrading to 8.8.1.
|
||||
For the second scenario, refreshing the case fixes the issue.
|
||||
====
|
||||
// end::known-issue-158447[]
|
||||
|
||||
[float]
|
||||
[[breaking-changes-8.8.0]]
|
||||
=== Breaking changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue