[Security Solution] Show only user-relevant events in the "Execution Events" tab#254828
Open
nikitaindik wants to merge 5 commits intoelastic:mainfrom
Open
[Security Solution] Show only user-relevant events in the "Execution Events" tab#254828nikitaindik wants to merge 5 commits intoelastic:mainfrom
nikitaindik wants to merge 5 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
Contributor
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
Contributor
|
Pinging @elastic/security-detection-rule-management (Team:Detection Rule Management) |
maximpn
approved these changes
Feb 25, 2026
Contributor
maximpn
left a comment
There was a problem hiding this comment.
@nikitaindik Showing the latest rule execution status makes total sense to me 👍
I've taken the following screenshot locally. With the rule execution logging it's possible to track the important rule execution aspects
.../lib/detection_engine/rule_monitoring/logic/rule_execution_log/event_log/event_log_reader.ts
Outdated
Show resolved
Hide resolved
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
cc @nikitaindik |
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.
Epic: https://github.com/elastic/security-team/issues/15617
Summary
This PR addresses some of the usability concerns for the "Execution events" tab on the rule details page. The tab is currently hidden behind a feature flag.
Goal of this PR is to avoid overburdening the user with the implementation details by default. However, writing debug and trace level events to event log can still be turned on using the
securitySolution:extendedRuleExecutionLoggingMinLeveladvanced setting.Feature behaviour by default (info/warn/error levels)
What this does NOT change
What info-level events are shown to user
All of these are logged from a shared rule wrapper. These were added in a previous PR. Posting table here for context.
Screenshots
🖼️ Click to see screenshots
Various rule execution statuses - only "Running" and a single final status are shown
Paging through ES – no flood of execution events
More screenshots