Skip to content

Commit

Permalink
[System] Add routing pipeline to security data_stream, limit to speci…
Browse files Browse the repository at this point in the history
…fic providers (#2523)

- Added a routing pipeline to the security data_stream and limited the providers to
Microsoft-Windows-Eventlog and Microsoft-Windows-Security-Auditing. Events that do
not have these providers will still be indexed, but won't receive additional
enrichment (which would likely lead to invalid data).
  • Loading branch information
taylor-swanson authored Jan 13, 2022
1 parent 34bd552 commit 175d4ff
Show file tree
Hide file tree
Showing 4 changed files with 3,321 additions and 3,312 deletions.
5 changes: 5 additions & 0 deletions packages/system/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.8.0"
changes:
- description: Add routing pipeline to security data_stream, limit to specific providers.
type: enhancement
link: https://github.com/elastic/integrations/pull/2344
- version: "1.7.0"
changes:
- description: Expose winlog input language option.
Expand Down
Loading

0 comments on commit 175d4ff

Please sign in to comment.