File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 66
66
description : Process command.
67
67
68
68
- name : pid
69
- type : integer
69
+ type : long
70
70
description : PID.
71
71
72
72
- name : user.id
Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ type Event struct {
135
135
Hashes map [HashType ]Digest `json:"hash,omitempty"` // File hashes.
136
136
ParserResults mapstr.M `json:"file,omitempty"` // Results from running file parsers.
137
137
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.
139
138
140
139
// Metadata
141
140
rtt time.Duration // Time taken to collect the info.
You can’t perform that action at this time.
0 commit comments