File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
uncoder-core/app/translator Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ platform : Falco
2
+ source : aws_cloudtrail
3
+
4
+ field_mapping :
5
+ eventSource : ct.src
6
+ eventName : ct.name
7
+ errorCode : ct.error
8
+ RequestParameters : json.value[/requestParameters]
Original file line number Diff line number Diff line change 1
- from app .translator .core .mapping import BasePlatformMappings , LogSourceSignature
1
+ from app .translator .core .mapping import BaseStrictLogSourcesPlatformMappings , LogSourceSignature
2
2
from app .translator .platforms .falco .const import falco_rule_details
3
3
4
4
@@ -10,7 +10,7 @@ def is_suitable(self) -> bool:
10
10
return True
11
11
12
12
13
- class FalcoRuleMappings (BasePlatformMappings ):
13
+ class FalcoRuleMappings (BaseStrictLogSourcesPlatformMappings ):
14
14
def prepare_log_source_signature (self , mapping : dict ) -> FalcoRuleLogSourceSignature : # noqa: ARG002
15
15
return FalcoRuleLogSourceSignature ()
16
16
You can’t perform that action at this time.
0 commit comments