kibana/x-pack/packages/security-solution
Kibana Machine 4b8fb70e5c
[8.13] [Security Solution][Data Quality Dashboard] Add missing same-family 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)](https://github.com/elastic/kibana/pull/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\nb747657a-78c6-4b06-91e0-414317d13d7c\r\n\r\n####
After:\r\n\r\n\r\n0878c593-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\nb747657a-78c6-4b06-91e0-414317d13d7c\r\n\r\n####
After:\r\n\r\n\r\n0878c593-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\nb747657a-78c6-4b06-91e0-414317d13d7c\r\n\r\n####
After:\r\n\r\n\r\n0878c593-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>
2024-03-08 04:16:13 -07:00
..
data_table [8.13] [Security Solution] Add dataViewId to filter actions (#177946) (#178081) 2024-03-06 06:53:12 -07:00
ecs_data_quality_dashboard [8.13] [Security Solution][Data Quality Dashboard] Add missing same-family field in summary chart (#178167) (#178282) 2024-03-08 04:16:13 -07:00
features [EDR Workflows][Serverless] Gate Protection Updates (#175129) 2024-02-01 20:09:55 +01:00
navigation [8.13] fix: [Rules][AXE-CORE]: Links must have discernible text (#177198) (#177576) 2024-02-27 15:12:41 -07:00
side_nav flag more packages without side effects (#173602) 2023-12-20 13:17:18 +01:00
storybook/config [SecuritySolution] Refactor security packages (#155365) 2023-04-26 05:05:36 -07:00
upselling [EDR Workflows][Serverless] Gate Protection Updates (#175129) 2024-02-01 20:09:55 +01:00
README.mdx [SecuritySolution] Refactor security packages (#155365) 2023-04-26 05:05:36 -07:00

## Security Solution package

This package compiles components used by Security Solution

### Lazy by default

All components are exported to be lazily-loaded with a default `React.Suspense` default most appropriate to its nature.

If a page needs to alter the `React.Suspense` behavior, (e.g. a different "loading" component), one can import the `Lazy[ComponentName]` version and surround it with a custom `React.Suspense` component.