Skip to content

Commit

Permalink
Add dynamic template definition for the arguments to a syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Feb 21, 2025
1 parent ea8565e commit 1aa7413
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/auditd_manager/data_stream/auditd/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,9 @@
type: keyword
- name: auditd.data.result
type: keyword
- name: auditd.data.a*
description: the arguments to a syscall
type: keyword
- name: auditd.data.*
description: Auditd related data
type: keyword
1 change: 1 addition & 0 deletions packages/auditd_manager/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ An example event for `auditd` looks as following:
|---|---|---|
| @timestamp | Date/time when the event originated. This is the date/time extracted from the event, typically representing when the event was generated by the source. If the event source has no original timestamp, this value is typically populated by the first time the event was received by the pipeline. Required field for all events. | date |
| auditd.data.\* | Auditd related data | keyword |
| auditd.data.a\* | the arguments to a syscall | keyword |
| auditd.data.acct | a user's account name | keyword |
| auditd.data.acl | access mode of resource assigned to vm | keyword |
| auditd.data.action | netfilter packet disposition | keyword |
Expand Down

0 comments on commit 1aa7413

Please sign in to comment.