Skip to content

Commit c98f693

Browse files
committed
apply review suggestions
1 parent 3c66024 commit c98f693

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

auditbeat/_meta/fields.common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
description: Process command.
6767

6868
- name: pid
69-
type: integer
69+
type: long
7070
description: PID.
7171

7272
- name: user.id

auditbeat/module/file_integrity/event.go

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

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

0 commit comments

Comments
 (0)