forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] Updates workflow insights to use a hashed id (elastic#204157) (e…
…lastic#204455) # Backport This will backport the following commits from `main` to `8.x`: - [Updates workflow insights to use a hashed id (elastic#204157)](elastic#204157) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Joey F. Poon","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-16T17:07:34Z","message":"Updates workflow insights to use a hashed id (elastic#204157)\n\n## Summary\r\n\r\nUpdates workflow insights to use a hashed id for uniqueness. Create\r\nmethod updated to check if a duplicate insight exists and update instead\r\nif it does.\r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Konrad Szwarc <[email protected]>","sha":"edc79773f5bb9f698959aca2bce787d74bba784d","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend Workflows","backport:prev-minor","v8.18.0"],"title":"Updates workflow insights to use a hashed id","number":204157,"url":"https://github.com/elastic/kibana/pull/204157","mergeCommit":{"message":"Updates workflow insights to use a hashed id (elastic#204157)\n\n## Summary\r\n\r\nUpdates workflow insights to use a hashed id for uniqueness. Create\r\nmethod updated to check if a duplicate insight exists and update instead\r\nif it does.\r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Konrad Szwarc <[email protected]>","sha":"edc79773f5bb9f698959aca2bce787d74bba784d"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/204157","number":204157,"mergeCommit":{"message":"Updates workflow insights to use a hashed id (elastic#204157)\n\n## Summary\r\n\r\nUpdates workflow insights to use a hashed id for uniqueness. Create\r\nmethod updated to check if a duplicate insight exists and update instead\r\nif it does.\r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Konrad Szwarc <[email protected]>","sha":"edc79773f5bb9f698959aca2bce787d74bba784d"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Joey F. Poon <[email protected]>
- Loading branch information
1 parent
2fe297d
commit 31fa4a2
Showing
4 changed files
with
144 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters