Skip to content

Commit

Permalink
Update Cisco/cisco-esa/ingest/parser.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Quioc <[email protected]>
  • Loading branch information
LenaigKaliou and squioc authored Dec 10, 2024
1 parent 2f1337b commit 2e73fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cisco/cisco-esa/ingest/parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@ stages:
{% endif %}
{% endif %}
{%- endfor %}]
cisco.esa.url.domain: >-
cisco.esa.url_domain: >-
[{% for url, details in json_event_url_details.message.items() %}
{% if details.get('ExpandedUrl') is not none %}"{{url.split('/')[2]}}", "{{ details.ExpandedUrl.split('/')[2] }}"{% else %}"{{ url.split('/')[2] }}"{% endif %}
{% if not loop.last %},{% endif %}
{% endfor %}]
cisco.esa.url.full: >-
cisco.esa.url: >-
[{% for url, details in json_event_url_details.message.items() %}
{% if details.get('ExpandedUrl') is not none %}"{{url}}", "{{ details.ExpandedUrl }}"{% else %}"{{ url }}"{% endif %}
{% if not loop.last %},{% endif %}
Expand Down

0 comments on commit 2e73fb7

Please sign in to comment.