Skip to content

Commit

Permalink
[Auditd] Populate process.args array with process arguments (#2730)
Browse files Browse the repository at this point in the history
Prevents the indices exceeding the 10,000 field limit due to an
arbitrarily large number of aNN fields.

This is a combination of the following Filebeat module fixes:
 - elastic/beats#29601
 - elastic/beats#30382

Updates version to 2.1.0
  • Loading branch information
adriansr authored Feb 23, 2022
1 parent ba5f5a4 commit c91d581
Show file tree
Hide file tree
Showing 8 changed files with 1,605 additions and 1,344 deletions.
5 changes: 5 additions & 0 deletions packages/auditd/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.1.0"
changes:
- description: Store EXECVE arguments in process.args array.
type: enhancement
link: https://github.com/elastic/integrations/pull/2730
- version: "2.0.0"
changes:
- description: Update to ECS 8.0
Expand Down
Loading

0 comments on commit c91d581

Please sign in to comment.