Skip to content

Commit

Permalink
auditbeat: split system process module (#41868)
Browse files Browse the repository at this point in the history
This splits the common module parts and the gosysinfo backend.
Needed for an upcoming PR which adds a quark backend, so I'm splitting this
earlier to make review easier.

Only functional case for this PR is add missing `bucket.Close()` calls in New().

(cherry picked from commit 5a85598)
  • Loading branch information
haesbaert authored and mergify[bot] committed Dec 3, 2024
1 parent b924f20 commit fcfc329
Show file tree
Hide file tree
Showing 4 changed files with 485 additions and 443 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
- Add linux capabilities to processes in the system/process. {pull}37453[37453]
- Add linux capabilities to processes in the system/process. {pull}37453[37453]
- Add process.entity_id, process.group.name and process.group.id in add_process_metadata processor. Make fim module with kprobes backend to always add an appropriately configured add_process_metadata processor to enrich file events {pull}38776[38776]
- Split module/system/process into common and provider bits. {pull}41868[41868]

*Auditbeat*

Expand Down
Loading

0 comments on commit fcfc329

Please sign in to comment.