-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Metricbeat] upgrade flatbuffers to 1.12.1 #28094
Conversation
Pinging @elastic/integrations (Team:Integrations) |
This pull request does not have a backport label. Could you fix it @endorama? 🙏
NOTE: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
Please run |
This pull request is now in conflicts. Could you fix it? 🙏
|
c54c423
to
fe0abc5
Compare
/test |
fe0abc5
to
a1655b9
Compare
/test |
a1655b9
to
5b6ae56
Compare
/test |
1 similar comment
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/test |
This pull request is now in conflicts. Could you fix it? 🙏
|
Version 1.12.0 seems to have changed, producing a verification error. verifying github.com/google/[email protected]: checksum mismatch downloaded: h1:N8EguYFm2wwdpoNcpchQY0tPs85vOJkboFb2dPxmixo= go.sum: h1:/PtAHvnBY4Kqnx/xCQ3OIV9uYcSFGScBsWI3Oogeh6w= SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt. As 1.12.1 is available, upgrading the module.
5b6ae56
to
2db054b
Compare
Finally all green! Merging. |
(cherry picked from commit 5ee1964) # Conflicts: # NOTICE.txt # go.mod # go.sum
(cherry picked from commit 5ee1964) # Conflicts: # go.sum
(cherry picked from commit 5ee1964) # Conflicts: # NOTICE.txt # go.mod # go.sum Co-authored-by: endorama <[email protected]>
(cherry picked from commit 5ee1964)
…in-the-package-binareis * upstream/master: allows disable pod events enrichment with deployment name (elastic#28521) Remove Docker input from Filebeat (elastic#28817) [breaking] Make default_field: false the default for all fields (elastic#28596) Osquerybeat: Improve osquery client connect code (elastic#28848) Add crawler metrics into the stats metricset for Enterprise Search (elastic#28790) Remove the now deprecated appsearch module from metricbeat (elastic#28850) Remove Beat generators (elastic#28816) chore: upload files to Google Storage when they exist (elastic#28836) Revert "chore(ci): disable E2E tests in Beats (elastic#28715)" (elastic#28812) Deprecate generating custom Beats (elastic#28814) [Metricbeat] upgrade flatbuffers to 1.12.1 (elastic#28094) Osquerybeat: Fix restart flags after previously bad config (elastic#28827) Force ECS and JSON logging for libbeat/logp (elastic#28573) Filebeat: Error on startup for unconfigured module (elastic#28818) Deprecate log input in favour of filestream (elastic#28623) Fix some spelling mistakes (elastic#28080)
@Mergifyio refresh |
(cherry picked from commit 5ee1964) # Conflicts: # go.sum
✅ Pull request refreshed |
(cherry picked from commit 5ee1964) # Conflicts: # go.sum
(cherry picked from commit 5ee1964)
(cherry picked from commit 5ee1964)
…8931) Co-authored-by: endorama <[email protected]>
…28835) Co-authored-by: endorama <[email protected]>
…in-the-package-binareis * upstream/master: allows disable pod events enrichment with deployment name (elastic#28521) Remove Docker input from Filebeat (elastic#28817) [breaking] Make default_field: false the default for all fields (elastic#28596) Osquerybeat: Improve osquery client connect code (elastic#28848) Add crawler metrics into the stats metricset for Enterprise Search (elastic#28790) Remove the now deprecated appsearch module from metricbeat (elastic#28850) Remove Beat generators (elastic#28816) chore: upload files to Google Storage when they exist (elastic#28836) Revert "chore(ci): disable E2E tests in Beats (elastic#28715)" (elastic#28812) Deprecate generating custom Beats (elastic#28814) [Metricbeat] upgrade flatbuffers to 1.12.1 (elastic#28094) Osquerybeat: Fix restart flags after previously bad config (elastic#28827) Force ECS and JSON logging for libbeat/logp (elastic#28573) Filebeat: Error on startup for unconfigured module (elastic#28818) Deprecate log input in favour of filestream (elastic#28623) Fix some spelling mistakes (elastic#28080)
…8834) (cherry picked from commit 251fc0b) # Conflicts: # NOTICE.txt # go.mod # go.sum Co-authored-by: endorama <[email protected]>
What does this PR do?
Version 1.12.0 seems to have changed, producing a verification error.
As 1.12.1 is available, upgrading the module.
Why is it important?
Prevent an error when building
x-pack/metricbeat
Checklist
My code follows the style guidelines of this projectI 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 filesI have added tests that prove my fix is effective or that my feature worksI have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Run
mage build
inx-pack/metricbeat
Related issues
Use cases
Screenshots
Logs