-
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][DQD] Add new fields to results field map (Phase 1) #184037
Closed
Tracked by
#184158
Labels
8.15 candidate
Feature:Data Health Quality
Data health quality dashboard and related features
release_note:skip
Skip the PR/issue when compiling release notes
Team:Threat Hunting:Explore
Team:Threat Hunting
Security Solution Threat Hunting Team
Comments
semd
added
release_note:skip
Skip the PR/issue when compiling release notes
Team:Threat Hunting
Security Solution Threat Hunting Team
Team:Threat Hunting:Explore
8.15 candidate
labels
May 22, 2024
Some thought on this task:
example:
|
kapral18
changed the title
[Security Solution] Add result details to DQD storage
[Security Solution] Add result details to DQD storage (Phase 1)
May 29, 2024
kapral18
changed the title
[Security Solution] Add result details to DQD storage (Phase 1)
[Security Solution][DQD] Add result details to DQD storage (Phase 1)
May 30, 2024
kapral18
added a commit
to kapral18/kibana
that referenced
this issue
Jun 3, 2024
…same family fields Addresses elastic#184037 - Add `incompatibleFieldItems` and `sameFamilyFieldItems` as nested fields with required attributes.
kapral18
added a commit
that referenced
this issue
Jun 4, 2024
#184657) …same family fields Addresses #184037 - Add `incompatibleFieldItems` and `sameFamilyFieldItems` as nested fields with required attributes. Steps to verify the change: 1. Bootup PR branch with local es + kibana 2. Open Kibana DevTools 3. Call `GET .kibana-data-quality-dashboard-results-default/_mapping` 4. Verify existence of properly nested `incompatibleFieldItems` and `sameFamilyFieldItems` new fields ![image](https://github.com/elastic/kibana/assets/1625373/c92a37d8-3b03-4e70-a881-975355a0c834) ![image](https://github.com/elastic/kibana/assets/1625373/ce23f8d2-0e4a-45bd-b005-3abd975fc47b) Co-authored-by: Kibana Machine <[email protected]>
kapral18
changed the title
[Security Solution][DQD] Add result details to DQD storage (Phase 1)
[Security Solution][DQD] Add new fields to results field map (Phase 1)
Jun 4, 2024
kapral18
added
the
Feature:Data Health Quality
Data health quality dashboard and related features
label
Oct 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
8.15 candidate
Feature:Data Health Quality
Data health quality dashboard and related features
release_note:skip
Skip the PR/issue when compiling release notes
Team:Threat Hunting:Explore
Team:Threat Hunting
Security Solution Threat Hunting Team
Summary
Improve the way we store the incompatible/same family details in the results storage. So we have the flexibility to render that information using react components instead of always relying on the
markdownComments
static text stored.Proposal
Add 2 new fields to the mapping, the
incompatibleFields
andsameFamilyFields
, for example:To achieve this, we have add this (untested) to the results data stream mapping (code) :
And remove:
We can keep the
markdownComments
information in case we want to use it for something else in the future.The text was updated successfully, but these errors were encountered: