-
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
Fix k8s pod annotations tier in metadata #16554
Merged
Merged
Conversation
This file contains 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
Signed-off-by: chrismark <chrismarkou92@gmail.com>
ChrsMark
added
bug
needs_backport
PR is waiting to be backported to other branches.
Team:Integrations
Label for the Integrations team
autodiscovery
v7.7.0
v7.6.1
Team:Platforms
Label for the Integrations - Platforms team
labels
Feb 25, 2020
exekias
approved these changes
Feb 25, 2020
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Jenkins build was successful for linux, merging this one. |
1 similar comment
Jenkins build was successful for linux, merging this one. |
ChrsMark
added a commit
to ChrsMark/beats
that referenced
this pull request
Feb 25, 2020
(cherry picked from commit 83e7957)
ChrsMark
added a commit
to ChrsMark/beats
that referenced
this pull request
Feb 25, 2020
(cherry picked from commit 83e7957)
ChrsMark
removed
the
needs_backport
PR is waiting to be backported to other branches.
label
Feb 25, 2020
ChrsMark
added a commit
to ChrsMark/beats
that referenced
this pull request
Feb 25, 2020
(cherry picked from commit 83e7957)
ChrsMark
added a commit
that referenced
this pull request
Feb 26, 2020
ChrsMark
added a commit
that referenced
this pull request
Feb 26, 2020
This was referenced Mar 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
autodiscovery
bug
Team:Integrations
Label for the Integrations team
Team:Platforms
Label for the Integrations - Platforms team
v7.6.1
v7.7.0
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.
Follow-up of #16480 PR.
It was found also that
kubernetes.annotations.*
do not follow the schema defined atbeats/libbeat/processors/add_kubernetes_metadata/_meta/fields.yml
Line 38 in 2e4d292
This PR aims to fix it.
Not sure if we should fix it in general for all resources at
beats/libbeat/common/kubernetes/metadata/resource.go
Line 105 in dba8f74