Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apply review suggestions
Browse files Browse the repository at this point in the history
mmat11 committed Mar 12, 2024
1 parent 3c66024 commit 9bc78d4
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion auditbeat/_meta/fields.common.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@
description: Process command.

- name: pid
type: integer
type: long
description: PID.

- name: user.id
2 changes: 1 addition & 1 deletion auditbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
@@ -2688,7 +2688,7 @@ type: keyword
--
PID.
type: integer
type: long
--
2 changes: 1 addition & 1 deletion auditbeat/include/fields.go

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion auditbeat/module/file_integrity/event.go
Original file line number Diff line number Diff line change
@@ -135,7 +135,6 @@ type Event struct {
Hashes map[HashType]Digest `json:"hash,omitempty"` // File hashes.
ParserResults mapstr.M `json:"file,omitempty"` // Results from running file parsers.
Process *Process `json:"process,omitempty"` // Process data. Available only on Linux when using the eBPF backend.
// TODO(matt): ContainerID string `json:"container_id,omitempty"` // Unique container ID. Available only on Linux when using the eBPF backend.

// Metadata
rtt time.Duration // Time taken to collect the info.

0 comments on commit 9bc78d4

Please sign in to comment.