-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution]Hollow pie chart missing percentage of Same Family fields #177780
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Reviewed & assigned to @MadameSheema |
Pinging @elastic/security-threat-hunting-explore (Team:Threat Hunting:Explore) |
…ield in summary chart (#178167) Fixes #177780 ## Summary same-field category is missing in summary tab hollow chart. This PR enables same-field category display in summary tab hollow chart. #### Before: https://github.com/elastic/kibana/assets/1625373/b747657a-78c6-4b06-91e0-414317d13d7c #### After: https://github.com/elastic/kibana/assets/1625373/0878c593-3a33-418a-94db-54d7922776f9 ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
hey @karanbirsingh-qasource it's merged to main can you check and let me know? |
…ield in summary chart (elastic#178167) Fixes elastic#177780 ## Summary same-field category is missing in summary tab hollow chart. This PR enables same-field category display in summary tab hollow chart. #### Before: https://github.com/elastic/kibana/assets/1625373/b747657a-78c6-4b06-91e0-414317d13d7c #### After: https://github.com/elastic/kibana/assets/1625373/0878c593-3a33-418a-94db-54d7922776f9 ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 0f6c834)
…amily field in summary chart (#178167) (#178282) # Backport This will backport the following commits from `main` to `8.13`: - [[Security Solution][Data Quality Dashboard] Add missing same-family field in summary chart (#178167)](#178167) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Karen Grigoryan","email":"karen.grigoryan@elastic.co"},"sourceCommit":{"committedDate":"2024-03-08T09:56:08Z","message":"[Security Solution][Data Quality Dashboard] Add missing same-family field in summary chart (#178167)\n\nFixes #177780\r\n\r\n## Summary\r\n\r\nsame-field category is missing in summary tab hollow chart. This PR\r\nenables same-field category display in summary tab hollow chart.\r\n\r\n#### Before:\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/1625373/b747657a-78c6-4b06-91e0-414317d13d7c\r\n\r\n#### After:\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/1625373/0878c593-3a33-418a-94db-54d7922776f9\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":"0f6c834a26d91aaa942fc41dfe17eb13c34e2bd8","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Threat Hunting","Team:Threat Hunting:Explore","v8.13.0","v8.14.0"],"title":"[Security Solution][Data Quality Dashboard] Add missing same-family field in summary chart","number":178167,"url":"https://github.com/elastic/kibana/pull/178167","mergeCommit":{"message":"[Security Solution][Data Quality Dashboard] Add missing same-family field in summary chart (#178167)\n\nFixes #177780\r\n\r\n## Summary\r\n\r\nsame-field category is missing in summary tab hollow chart. This PR\r\nenables same-field category display in summary tab hollow chart.\r\n\r\n#### Before:\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/1625373/b747657a-78c6-4b06-91e0-414317d13d7c\r\n\r\n#### After:\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/1625373/0878c593-3a33-418a-94db-54d7922776f9\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":"0f6c834a26d91aaa942fc41dfe17eb13c34e2bd8"}},"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/178167","number":178167,"mergeCommit":{"message":"[Security Solution][Data Quality Dashboard] Add missing same-family field in summary chart (#178167)\n\nFixes #177780\r\n\r\n## Summary\r\n\r\nsame-field category is missing in summary tab hollow chart. This PR\r\nenables same-field category display in summary tab hollow chart.\r\n\r\n#### Before:\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/1625373/b747657a-78c6-4b06-91e0-414317d13d7c\r\n\r\n#### After:\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/1625373/0878c593-3a33-418a-94db-54d7922776f9\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":"0f6c834a26d91aaa942fc41dfe17eb13c34e2bd8"}}]}] BACKPORT--> Co-authored-by: Karen Grigoryan <karen.grigoryan@elastic.co>
@karanbirsingh-qasource please validate the fix at the next BC. |
we have validated this issue on 8.13.1 and found the issue to be fixed ✔️ . Build Details:
Screen-shot Hence we are closing this issue and adding "QA:Validated" tag to it. thanks !! |
Describe the bug:
Hollow pie chart missing percentage of Same Family fields
Kibana/Elasticsearch Stack version
Browser and Browser OS Version:
Firefox for windows OS
Version: 123.0
Elastic Endpoint Version:
N/A
Original install method:
None
Functional Area:
DQ Dashboard
Initial Setup:
precondition
Steps to reproduce
Additional Result
Current Result
Expected Result
Screen-Cast:
Data.Quality.-.Kibana.Mozilla.Firefox.2024-02-26.13-09-34.mp4
The text was updated successfully, but these errors were encountered: