-
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] Historical results (Phase 1) #184158
Labels
Feature:Data Health Quality
Data health quality dashboard and related features
Team:Threat Hunting:Explore
Team:Threat Hunting
Security Solution Threat Hunting Team
v8.16.0
Comments
kapral18
changed the title
[META] DQD Historical results (Phase 1)
[DRAFT][META] DQD Historical results (Phase 1)
May 24, 2024
kapral18
changed the title
[DRAFT][META] DQD Historical results (Phase 1)
[META] DQD Historical results (Phase 1)
May 24, 2024
kapral18
added
non-issue
Indicates to automation that a pull request should not appear in the release notes
Team:Threat Hunting
Security Solution Threat Hunting Team
Team:Threat Hunting:Explore
labels
May 24, 2024
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-threat-hunting-explore (Team:Threat Hunting:Explore) |
kapral18
removed
the
non-issue
Indicates to automation that a pull request should not appear in the release notes
label
May 24, 2024
kapral18
changed the title
[META] DQD Historical results (Phase 1)
DQD Historical results (Phase 1)
May 24, 2024
kapral18
changed the title
DQD Historical results (Phase 1)
[Security Solution][DQD] Historical results (Phase 1)
May 24, 2024
This was referenced Jun 10, 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
Feature:Data Health Quality
Data health quality dashboard and related features
Team:Threat Hunting:Explore
Team:Threat Hunting
Security Solution Threat Hunting Team
v8.16.0
Changes we are introducing in scope of Phase 1 DQD Historical results implementation agreed with @dhru42 :
UI Changes
DQD Checks ListView UI overhaul:
changes:
(NEW) Latest Check View Flyout Tab:
use cases:
(NEW) Historical Checks View Flyout Tab:
use cases:
Server / API Changes (Internal)
api changes:
GET /internal/ecs_data_quality_dashboard/results?pattern
->GET /internal/ecs_data_quality_dashboard/results_latest/:pattern
new api:
GET /internal/ecs_data_quality_dashboard/results/:pattern
- fetches list of authorized indices results without aggregation.Supports new query params
from
for pagination (ex.from=5
)size
for doc size limiting (ex.size=2
)startDate
andendDate
for historical range selection (ex.startDate=now-1w/w&endDate=now-1d/d
(inclusive))outcome
for filtering by presence ofincompatibleFieldCount
field (ex.outcome=pass
oroutcome=fail
)P. S.
All relevant tickets are or will be also added to the linked epic.
Tasks
The text was updated successfully, but these errors were encountered: