File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/panw/data_stream/panos/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ processors:
2020 - set :
2121 tag : set_event_timezone_ab6989dd
2222 field : event.timezone
23- value : ' {{{ _conf.tz_offset}}} '
23+ copy_from : _conf.tz_offset
2424 if : ctx._conf?.tz_offset instanceof String && !ctx._conf.tz_offset.equalsIgnoreCase('local')
2525
2626 # Collects the first few parts of the message to be used for conditional parsing later
@@ -370,7 +370,7 @@ processors:
370370 tag : set_session_start_time_ee5db372
371371 if : ctx.panw?.panos?.parent_session?.start_time != null
372372 field : session.start_time
373- value : ' {{{ panw.panos.parent_session.start_time}}} '
373+ copy_from : panw.panos.parent_session.start_time
374374
375375 # Remove NAT fields when translation was not done.
376376 - remove :
@@ -1852,7 +1852,7 @@ processors:
18521852 - set :
18531853 tag : set_rule_name_809e7c7b
18541854 field : rule.name
1855- value : ' {{{ panw.panos.ruleset}}} '
1855+ copy_from : panw.panos.ruleset
18561856 ignore_empty_value : true
18571857 if : ctx.rule?.name == null
18581858 - append :
You can’t perform that action at this time.
0 commit comments