Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.13] [SecuritySolution] Fix Entity risk score visualization display…
…s 'N/A' instead of score (elastic#177448) (elastic#177553) # Backport This will backport the following commits from `main` to `8.13`: - [[SecuritySolution] Fix Entity risk score visualization displays 'N/A' instead of score (elastic#177448)](elastic#177448) <!--- 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-02-22T08:35:08Z","message":"[SecuritySolution] Fix Entity risk score visualization displays 'N/A' instead of score (elastic#177448)\n\n## Summary\r\n\r\nAdd a new property to the `LensVisualization` that prevents the table\r\nand tab filters from being applied.\r\n\r\n### BEFORE\r\n<img\r\nsrc=\"https://github.com/elastic/kibana/assets/1490444/e13deb8f-d023-404d-9cea-e749b8ee2694\"\r\nwidth=\"500\" />\r\n\r\n### AFTER\r\n<img\r\nsrc=\"https://github.com/elastic/kibana/assets/1490444/ad12325d-fe4f-40cd-83a8-45d755707061\"\r\nwidth=\"500\" />\r\n\r\n\r\n### How to test it?\r\n* Open the User flyout on the host's page / Events\r\n* The risk score visualization should not be filtered by *exists\r\nhost.name\"\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\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":"45ce4c3f3111dd07ed51d6f62d9b1d77887ada34","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.13.0","v8.14.0"],"title":"[SecuritySolution] Fix Entity risk score visualization displays 'N/A' instead of score","number":177448,"url":"https://github.com/elastic/kibana/pull/177448","mergeCommit":{"message":"[SecuritySolution] Fix Entity risk score visualization displays 'N/A' instead of score (elastic#177448)\n\n## Summary\r\n\r\nAdd a new property to the `LensVisualization` that prevents the table\r\nand tab filters from being applied.\r\n\r\n### BEFORE\r\n<img\r\nsrc=\"https://github.com/elastic/kibana/assets/1490444/e13deb8f-d023-404d-9cea-e749b8ee2694\"\r\nwidth=\"500\" />\r\n\r\n### AFTER\r\n<img\r\nsrc=\"https://github.com/elastic/kibana/assets/1490444/ad12325d-fe4f-40cd-83a8-45d755707061\"\r\nwidth=\"500\" />\r\n\r\n\r\n### How to test it?\r\n* Open the User flyout on the host's page / Events\r\n* The risk score visualization should not be filtered by *exists\r\nhost.name\"\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\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":"45ce4c3f3111dd07ed51d6f62d9b1d77887ada34"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177448","number":177448,"mergeCommit":{"message":"[SecuritySolution] Fix Entity risk score visualization displays 'N/A' instead of score (elastic#177448)\n\n## Summary\r\n\r\nAdd a new property to the `LensVisualization` that prevents the table\r\nand tab filters from being applied.\r\n\r\n### BEFORE\r\n<img\r\nsrc=\"https://github.com/elastic/kibana/assets/1490444/e13deb8f-d023-404d-9cea-e749b8ee2694\"\r\nwidth=\"500\" />\r\n\r\n### AFTER\r\n<img\r\nsrc=\"https://github.com/elastic/kibana/assets/1490444/ad12325d-fe4f-40cd-83a8-45d755707061\"\r\nwidth=\"500\" />\r\n\r\n\r\n### How to test it?\r\n* Open the User flyout on the host's page / Events\r\n* The risk score visualization should not be filtered by *exists\r\nhost.name\"\r\n\r\n### Checklist\r\n\r\nDelete any items that are not applicable to this PR.\r\n\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":"45ce4c3f3111dd07ed51d6f62d9b1d77887ada34"}}]}] BACKPORT--> Co-authored-by: Pablo Machado <[email protected]>
- Loading branch information