Cherry-pick #22721 to 7.10: Drop pkt_dstaddr and pkt_srcaddr when equals to "-"#22825
Merged
kaiyan-sheng merged 2 commits intoelastic:7.10from Dec 1, 2020
Merged
Cherry-pick #22721 to 7.10: Drop pkt_dstaddr and pkt_srcaddr when equals to "-"#22825kaiyan-sheng merged 2 commits intoelastic:7.10from
kaiyan-sheng merged 2 commits intoelastic:7.10from
Conversation
* Add painless script to remove all empty fields (cherry picked from commit 24a4da8)
Contributor
|
Pinging @elastic/integrations-platforms (Team:Platforms) |
kaiyan-sheng
reviewed
Dec 1, 2020
CHANGELOG.next.asciidoc
Outdated
| - Fix syslog RFC 5424 parsing in the CheckPoint module. {pull}21854[21854] | ||
| - Fix incorrect connection state mapping in zeek connection pipeline. {pull}22151[22151] {issue}22149[22149] | ||
| - Fix missing variable when loading aws pipelines. {pull}22645[22645] | ||
| - Fix handing missing eventtime and assignip field being set to N/A for fortinet module. {pull}22361[22361] |
Signed-off-by: chrismark <chrismarkou92@gmail.com>
kaiyan-sheng
approved these changes
Dec 1, 2020
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of PR #22721 to 7.10 branch. Original message:
What does this PR do?
This PR is to fix parsing error for
vpcflowfileset whenaws.vpcflow.pkt_dstaddroraws.vpcflow.pkt_srcaddrequals to-.Error message:
Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues