mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-04 02:16:46 +00:00
update(userspace/falco): remove id from falco output proto
Co-authored-by: Lorenzo Fontana <fontanalorenzo@me.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
5e511d8f09
commit
f611604ac8
@ -53,11 +53,12 @@ enum source {
|
||||
}
|
||||
|
||||
message response {
|
||||
string id = 1;
|
||||
google.protobuf.Timestamp time = 2;
|
||||
priority priority = 3;
|
||||
source source = 4;
|
||||
string rule = 5;
|
||||
string output = 6;
|
||||
map<string, string> output_fields = 7;
|
||||
google.protobuf.Timestamp time = 1;
|
||||
priority priority = 2;
|
||||
source source = 3;
|
||||
string rule = 4;
|
||||
string output = 5;
|
||||
map<string, string> output_fields = 6;
|
||||
}
|
||||
|
||||
// todo: investigate outputting tags
|
Loading…
Reference in New Issue
Block a user