Update rsa2elk data_streams to prevent failure when run under Filebeat 7.16 / Go 1.17 - #1882
Merged
Conversation
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
This bad regular expression will not produce the expected result when run by a Filebeat compiled with Go 1.17.
P1llus
approved these changes
Oct 12, 2021
orestisfl
pushed a commit
to orestisfl/integrations
that referenced
this pull request
May 15, 2026
…t 7.16 / Go 1.17 (elastic#1882) * Fix regular expression in rsa2elk libraries This bad regular expression will not produce the expected result when run by a Filebeat compiled with Go 1.17. * Update barracuda from 0.6.1 to 0.6.2 * Update bluecoat from 0.5.1 to 0.5.2 * Update cisco from 0.12.1 to 0.12.2 * Update cisco_meraki from 0.2.1 to 0.2.2 * Update cisco_nexus from 0.2.1 to 0.2.2 * Update cyberark from 0.4.1 to 0.4.2 * Update cylance from 0.5.1 to 0.5.2 * Update f5 from 0.6.1 to 0.6.2 * Update fortinet from 1.2.1 to 1.2.2 * Update imperva from 0.5.1 to 0.5.2 * Update infoblox from 0.5.1 to 0.5.2 * Update juniper from 1.0.1 to 1.0.2 * Update microsoft from 0.8.1 to 0.8.2 * Update netscout from 0.5.1 to 0.5.2 * Update proofpoint from 0.4.1 to 0.4.2 * Update radware from 0.4.1 to 0.4.2 * Update sonicwall from 0.5.1 to 0.5.2 * Update sophos from 1.0.2 to 1.0.3 * Update squid from 0.5.1 to 0.5.2 * Update tomcat from 1.1.1 to 1.1.2 * Update zscaler from 0.4.1 to 0.4.2
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.
What does this PR do?
Updates all packages / data_streams that use the
liblogparser.jslibrary from rsa2elk, which includes a bad regular expression that will fail under Go 1.17 (used to build Filebeat 7.16).Checklist
changelog.ymlfile.manifest.ymlfile to point to the latest Elastic stack release (e.g.^7.13.0).