FalcoAuditRules
Scope: Cluster
      
Version: v1alpha1
- 
    objectspec- 
    integerspec.requiredEngineVersionUsed to ensure compatibility between the rules content and the Falco engine version.
- 
    stringspec.requiredK8sAuditPluginVersionUsed to ensure compatibility between the rules content and plugin versions.
- 
    array of objectsspec.rulesRequired value Describes the Falco rules that will be applied to monitor the cluster runtime. These rules help detect threats at runtime by observing the behavior of your applications and containers. Refer to the Falco documentation and reference for more details. Minimal length: 1- 
    objectspec.rules.listCollections of items that can be included in rules, macros, or other lists. Unlike rules and macros, lists cannot be parsed as filtering expressions. - 
    arrayspec.rules.list.itemsRequired value A list of values.
- 
    stringspec.rules.list.nameRequired value A unique name for the list (as a slug).
 
- 
    
- 
    objectspec.rules.macroRule condition snippets that can be re-used inside other rules and even macros. Macros provide a way to name common patterns and eliminate redundancies in the rules. - 
    stringspec.rules.macro.conditionRequired value A filtering expression that is applied to events to check whether they match the rule.
- 
    stringspec.rules.macro.nameRequired value A short, unique name for the macro.
 
- 
    
- 
    objectspec.rules.ruleDefines the conditions under which an alert is to be generated. The rule is accompanied by a descriptive output string that is sent with an alert. - 
    stringspec.rules.rule.conditionRequired value A filtering expression that is applied to events to check whether they match the rule.
- 
    stringspec.rules.rule.descRequired value A detailed description of what the rule detects.
- 
    booleanspec.rules.rule.enabledIf set tofalse, a rule is neither loaded nor matched against any events.Default: true
- 
    stringspec.rules.rule.nameRequired value A short, unique name for the rule.
- 
    stringspec.rules.rule.outputRequired value A message to output if a matching event occurs.
- 
    stringspec.rules.rule.priorityRequired value A severity of the event.Allowed values: Emergency,Alert,Critical,Error,Warning,Notice,Informational,Debug
- 
    stringspec.rules.rule.sourceThe event source for which this rule is to be evaluated.Default: SyscallAllowed values: Syscall,K8sAudit
- 
    array of stringsspec.rules.rule.tagsA list of tags applied to the rule.
 
- 
    
 
- 
    
 
-