Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Cisco ASA/FTD msgs that use a host name as NAT address #18376

Merged
merged 3 commits into from
May 14, 2020

Commits on May 8, 2020

  1. Accept Cisco ASA/FTD msgs that use a host name as NAT address

    Sometimes the mapped source/destination IP field of an event is a hostname
    instead of an IP address. This caused ingestion of the event to fail.
    
    This patch makes the asa-ftd-pipeline to only populate those fields when
    a valid IP address is found.
    
    In the future we may want to revisit this if .nat.domain or
    .nat.address fields become available.
    adriansr committed May 8, 2020
    Configuration menu
    Copy the full SHA
    084f8e2 View commit details
    Browse the repository at this point in the history
  2. Missing mage update

    adriansr committed May 8, 2020
    Configuration menu
    Copy the full SHA
    63d7faa View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    67b06f7 View commit details
    Browse the repository at this point in the history