Skip to content

Commit 67aadd5

Browse files
authored
Merge pull request #106 from UncoderIO/gis-cortex-add-escape
Add escape to the alter parsing string
2 parents 76d4c77 + acd3c69 commit 67aadd5

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)