Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Securitysolution] Add Risk score missing privileges callout to…
… enablement flyout (#199804) (#200123) # Backport This will backport the following commits from `main` to `8.x`: - [[Securitysolution] Add Risk score missing privileges callout to enablement flyout (#199804)](#199804) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Pablo Machado","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-14T08:40:27Z","message":"[Securitysolution] Add Risk score missing privileges callout to enablement flyout (#199804)\n\n## Summary\r\n\r\nThe entity analytics enablement model doesn't show the missing\r\nprivileges warning for the Entity Risk score.\r\n\r\nTo fix it, I added to the model the same callout we display on the risk\r\nengine page.\r\n\r\n### What is not included\r\n* Improvement to the risk engine callout\r\n* Fix risk engine callout bugs\r\nhttps://github.com/elastic/security-team/issues/11138\r\n\r\n### How to test it\r\n* Create a user with no privileges except to the security solution app\r\nand the `logs*` index\r\n* Login and open the entity analytics page with the non-privileged user\r\n* Click enable and check if the model displays the missing privileges\r\ncallout for the risk engine\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","sha":"54c6144bbc9e041dad5c2fd9f296ea7d838cc614","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team: SecuritySolution","Theme: entity_analytics","Feature:Entity Analytics","Team:Entity Analytics","backport:version","v8.17.0","v8.16.1"],"title":"[Securitysolution] Add Risk score missing privileges callout to enablement flyout","number":199804,"url":"https://github.com/elastic/kibana/pull/199804","mergeCommit":{"message":"[Securitysolution] Add Risk score missing privileges callout to enablement flyout (#199804)\n\n## Summary\r\n\r\nThe entity analytics enablement model doesn't show the missing\r\nprivileges warning for the Entity Risk score.\r\n\r\nTo fix it, I added to the model the same callout we display on the risk\r\nengine page.\r\n\r\n### What is not included\r\n* Improvement to the risk engine callout\r\n* Fix risk engine callout bugs\r\nhttps://github.com/elastic/security-team/issues/11138\r\n\r\n### How to test it\r\n* Create a user with no privileges except to the security solution app\r\nand the `logs*` index\r\n* Login and open the entity analytics page with the non-privileged user\r\n* Click enable and check if the model displays the missing privileges\r\ncallout for the risk engine\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","sha":"54c6144bbc9e041dad5c2fd9f296ea7d838cc614"}},"sourceBranch":"main","suggestedTargetBranches":["8.x","8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199804","number":199804,"mergeCommit":{"message":"[Securitysolution] Add Risk score missing privileges callout to enablement flyout (#199804)\n\n## Summary\r\n\r\nThe entity analytics enablement model doesn't show the missing\r\nprivileges warning for the Entity Risk score.\r\n\r\nTo fix it, I added to the model the same callout we display on the risk\r\nengine page.\r\n\r\n### What is not included\r\n* Improvement to the risk engine callout\r\n* Fix risk engine callout bugs\r\nhttps://github.com/elastic/security-team/issues/11138\r\n\r\n### How to test it\r\n* Create a user with no privileges except to the security solution app\r\nand the `logs*` index\r\n* Login and open the entity analytics page with the non-privileged user\r\n* Click enable and check if the model displays the missing privileges\r\ncallout for the risk engine\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","sha":"54c6144bbc9e041dad5c2fd9f296ea7d838cc614"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Pablo Machado <[email protected]>
- Loading branch information