forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EDR Workflows] Workflow Insights - Aggregate file events by path (el…
…astic#207079) This PR updates the method for fetching file events used as the foundation for creating insights. Previously, we retrieved the last 200 events from the past 24 hours. With these changes, we now rely on aggregations: all file events from the past 24 hours are aggregated by file path, and for each path, only the latest event associated with it is selected. The limit of 200 paths remains unchanged.
- Loading branch information
1 parent
1dc2aca
commit 1d13e42
Showing
3 changed files
with
165 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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