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

Add pipeline test for Juniper SRX #443

Merged

Commits on Dec 3, 2020

  1. Add pipeline test for Juniper SRX

    There were pipeline errors while evaluating pipeline. One of the `if` conditions was causing an error due to a null value
    so I change them do use the null-safe `?.`. This might be due to how the tests are run without the beats processor
    (.e.g. add_locale), but it's still a safe change to make.
    
    event.risk_category and event.severity needed `convert` processors to change their types.
    andrewkroh committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    3ae0cca View commit details
    Browse the repository at this point in the history