[cisco_duo] Fix bad value in ip and date fields - #3700
Conversation
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
🌐 Coverage report
|
| formats: | ||
| - UNIX | ||
| on_failure: | ||
| - append: |
There was a problem hiding this comment.
If the pipeline appends to error.message then the global on_failure should also be appending so that no messages are lost. Currently it uses set so it will overwrite this error.
There was a problem hiding this comment.
Oh yeah, I missed it. I'll update it.
|
@vinit-elastic Is there test case with an IP field containing "None" already in the package? |
Hey @andrewkroh, |
|
Ok, thanks. So in order to support this type of testing we need a way to ignore the error.message from the test config. |
|
Related: elastic/elastic-package#912 |
* Handle bad values in IP and Date fields * Updated the changelog file * Updated set to append processor in on_failure
Type of change
What does this PR do?
This PR adds support for handling bad values in ip and date fields.
Checklist
How to test this PR locally
Related issues
Screenshots