Update beats framework to 6e91ce4988a7 fixes duplicate dynamic template names#3832
Merged
simitt merged 4 commits intoelastic:masterfrom Jun 2, 2020
Merged
Update beats framework to 6e91ce4988a7 fixes duplicate dynamic template names#3832simitt merged 4 commits intoelastic:masterfrom
simitt merged 4 commits intoelastic:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3832 +/- ##
==========================================
+ Coverage 79.59% 79.64% +0.04%
==========================================
Files 135 135
Lines 6142 6142
==========================================
+ Hits 4889 4892 +3
+ Misses 1253 1250 -3
|
jalvz
approved these changes
Jun 2, 2020
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.
Motivation/summary
Pull in beats update to fix duplicate name issue for dynamic templates, #2693.
This upgrade also changes the fixed version of
k8s.io/client-gotov0.18.3and upgradesgrpcandprotobuflibraries to stay compatible with libbeat.Checklist
- [ ] I have signed the Contributor License Agreement.I have considered changes for:
- [ ] documentation- [ ] logging (add log lines, choose appropriate log selector, etc.)- [ ] metrics and monitoring (create issue for Kibana team to add metrics to visualizations, e.g. Kibana#44001)- [ ] telemetry- [ ] Elasticsearch Service (https://cloud.elastic.co)- [ ] Elastic Cloud Enterprise (https://www.elastic.co/products/ece)- [ ] Elastic Cloud on Kubernetes (https://www.elastic.co/elastic-cloud-kubernetes)How to test these changes
see description in beats PR elastic/beats#18849
Related issues
closes #2693