Skip to content

Commit acd3c69

Browse files
committed
Add escape to the alter parsing string
1 parent 76d4c77 commit acd3c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncoder-core/app/translator/platforms/palo_alto/renders/cortex_xsiam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class CortexXQLQueryRender(PlatformQueryRender):
9898
mappings: CortexXSIAMMappings = cortex_xsiam_mappings
9999
is_strict_mapping = True
100100
raw_log_field_pattern = (
101-
'| alter {field} = regextract(to_json_string(action_evtlog_data_fields)->{field}{{}}, ""(.*)"")'
101+
'| alter {field} = regextract(to_json_string(action_evtlog_data_fields)->{field}{{}}, "\\"(.*)\\"")'
102102
)
103103

104104
or_token = "or"

0 commit comments

Comments
 (0)