[Security Solution][Attacks/Alerts][Attacks page][KPIs section][Summary tab] Attack volume over time (#232607)#251699
Merged
e40pud merged 1 commit intoelastic:mainfrom Feb 4, 2026
Conversation
…ry tab] Attack volume over time (elastic#232607)
Contributor
|
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Contributor
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
Contributor
|
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
NicholasPeretti
approved these changes
Feb 4, 2026
Contributor
NicholasPeretti
left a comment
There was a problem hiding this comment.
Desk tested and works as expected! Great job!
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
cc @e40pud |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #232607
This PR introduces the Attacks Volume Panel to the Attacks page Summary view. It displays a line chart showing the volume of unique attacks detected over time.
Key Features
@elastic/charts.kibana.alert.attack_idswithin the time range from both alerts and attacks indices.kibana.alert.start(or@timestamp) for each unique attack ID from the attacks index.EuiLoadingChartfor loading states and responsive container sizing.Technical Implementation
Components & Hooks
AttacksVolumePanel: Main component rendering the chart.useAttacksVolumeData: Orchestrator hook that combines data fetching and processing.useAttackIds: Hook responsible for the first step: getting unique attack IDs viatermsaggregation.useAttackTimestamps: Hook responsible for the second step: getting precise timestamps for those IDs.Advanced Setting
enableAlertsAndAttacksAlignmentexperimental feature flag inkibana.dev.ymlorkibana.yml:securitySolution:enableAlertsAndAttacksAlignment).Screenshot
PR developed with Cursor + Gemini 3 Pro