Skip to content

Commit

Permalink
Merge branch 'main' into feat/parse_more_openssh_events
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc authored May 29, 2024
2 parents c2ff697 + d69f649 commit b016bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SekoiaIO/endpoint/ingest/parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline:
output_field: event

- name: parsed_task_content_xml
filter: "{{json.event.action.properties.TaskContent != null and '<?xml' in json.event.action.properties.TaskContent}}"
filter: "{{json.event.action.properties.TaskContent != null and '<?xml' in json.event.action.properties.TaskContent and '</Task>' in json.event.action.properties.TaskContent}}"
external:
name: xml.parse-xml
properties:
Expand Down

0 comments on commit b016bfd

Please sign in to comment.