Get desktop application:
View/edit binary Protocol Buffers messages
Used in: api.AddActionRequest, api.GetActionsResponse
string kind = 1
string namespace = 2
string name = 3
optional Selector selector = 4
bool onViolatedProcess = 5
bool onViolatedFile = 6
bool onFalcoAlert = 7
string action = 9
Used in: Constraint
string name = 1
optional string sha256sum = 2
Used in: Constraint
optional string regex = 1
Used in: api.AddConstraintRequest, api.GetConstraintsResponse
string kind = 1
string namespace = 2
string name = 3
optional Selector selector = 4
Used in: api.GetEventsResponse, api.IngestEventRequest
string kind = 1
string type = 2
string uid = 3
repeated Target targets = 7
Used in: Target
string rule = 1
string output = 3
map<string, string> outputFields = 4
Used in: Action, FalcoAlert
EMERGENCY = 0
emergency = 0
Emergency = 0
ALERT = 1
alert = 1
Alert = 1
CRITICAL = 2
critical = 2
Critical = 2
ERROR = 3
error = 3
Error = 3
WARNING = 4
warning = 4
Warning = 4
NOTICE = 5
notice = 5
Notice = 5
INFORMATIONAL = 6
informational = 6
Informational = 6
DEBUG = 7
debug = 7
Debug = 7
Used in: api.GetActionsRequest, api.GetConstraintsRequest, Pod
string key = 1
string value = 2
Used in: Selector
string key = 1
string value = 2
Used in: Target
string uid = 1
string namespace = 2
string name = 3
repeated Label labels = 4
Used in: Target
int32 pid = 1
string name = 2
Used in: Action, Constraint
Used in: Event
optional Pod pod = 1
repeated Process violatedProcesses = 2
repeated ViolatedFile violatedFiles = 3
optional FalcoAlert falcoAlert = 4
string detectionDataType = 5
string detectionData = 6
Used in: Target
string name = 1
string actualSha256Sum = 2
string expectedSha256Sum = 3