-
Notifications
You must be signed in to change notification settings - Fork 23
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 default resource metadata config #72
Merged
tetianakravchenko
merged 1 commit into
elastic:main
from
tetianakravchenko:fix_default_resource_metadata
Dec 20, 2023
Merged
Fix default resource metadata config #72
tetianakravchenko
merged 1 commit into
elastic:main
from
tetianakravchenko:fix_default_resource_metadata
Dec 20, 2023
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
…de and AddResourceMetadataConfig.Namespace are different objects Signed-off-by: Tetiana Kravchenko <[email protected]>
tetianakravchenko
requested review from
rdner,
fearful-symmetry and
gizas
and removed request for
a team
December 19, 2023 08:49
💚 Build Succeeded
|
tetianakravchenko
added a commit
to tetianakravchenko/beats
that referenced
this pull request
Dec 19, 2023
…metadata config - elastic/elastic-agent-autodiscover#72 Signed-off-by: Tetiana Kravchenko <[email protected]>
gizas
approved these changes
Dec 19, 2023
7 tasks
tetianakravchenko
added a commit
to elastic/beats
that referenced
this pull request
Dec 27, 2023
…init default configuration (#37458) * use InitDefaults(); elastic-agent-autodiscover: fix default resource metadata config - elastic/elastic-agent-autodiscover#72 Signed-off-by: Tetiana Kravchenko <[email protected]> * revert unintended changes Signed-off-by: Tetiana Kravchenko <[email protected]> * upgrade elastic-agent-autodiscover lib to v0.6.6 Signed-off-by: Tetiana Kravchenko <[email protected]> * run make update; fix linter issues Signed-off-by: Tetiana Kravchenko <[email protected]> * revert changes related to the 'commonMetaConfig'; add missing metadata configuration on the metricset level Signed-off-by: Tetiana Kravchenko <[email protected]> * x-pack/metricbeat: run make update Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]>
mergify bot
pushed a commit
to elastic/beats
that referenced
this pull request
Dec 27, 2023
…init default configuration (#37458) * use InitDefaults(); elastic-agent-autodiscover: fix default resource metadata config - elastic/elastic-agent-autodiscover#72 Signed-off-by: Tetiana Kravchenko <[email protected]> * revert unintended changes Signed-off-by: Tetiana Kravchenko <[email protected]> * upgrade elastic-agent-autodiscover lib to v0.6.6 Signed-off-by: Tetiana Kravchenko <[email protected]> * run make update; fix linter issues Signed-off-by: Tetiana Kravchenko <[email protected]> * revert changes related to the 'commonMetaConfig'; add missing metadata configuration on the metricset level Signed-off-by: Tetiana Kravchenko <[email protected]> * x-pack/metricbeat: run make update Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]> (cherry picked from commit 8c4a40f) # Conflicts: # NOTICE.txt # go.mod # go.sum
mergify bot
pushed a commit
to elastic/beats
that referenced
this pull request
Dec 27, 2023
…init default configuration (#37458) * use InitDefaults(); elastic-agent-autodiscover: fix default resource metadata config - elastic/elastic-agent-autodiscover#72 Signed-off-by: Tetiana Kravchenko <[email protected]> * revert unintended changes Signed-off-by: Tetiana Kravchenko <[email protected]> * upgrade elastic-agent-autodiscover lib to v0.6.6 Signed-off-by: Tetiana Kravchenko <[email protected]> * run make update; fix linter issues Signed-off-by: Tetiana Kravchenko <[email protected]> * revert changes related to the 'commonMetaConfig'; add missing metadata configuration on the metricset level Signed-off-by: Tetiana Kravchenko <[email protected]> * x-pack/metricbeat: run make update Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]> (cherry picked from commit 8c4a40f) # Conflicts: # go.sum
tetianakravchenko
added a commit
to elastic/beats
that referenced
this pull request
Dec 28, 2023
…; use InitDefaults() to init default configuration (#37512) * Upgrade elastic-agent-autodiscover dependency; use InitDefaults() to init default configuration (#37458) * use InitDefaults(); elastic-agent-autodiscover: fix default resource metadata config - elastic/elastic-agent-autodiscover#72 Signed-off-by: Tetiana Kravchenko <[email protected]> * revert unintended changes Signed-off-by: Tetiana Kravchenko <[email protected]> * upgrade elastic-agent-autodiscover lib to v0.6.6 Signed-off-by: Tetiana Kravchenko <[email protected]> * run make update; fix linter issues Signed-off-by: Tetiana Kravchenko <[email protected]> * revert changes related to the 'commonMetaConfig'; add missing metadata configuration on the metricset level Signed-off-by: Tetiana Kravchenko <[email protected]> * x-pack/metricbeat: run make update Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]> (cherry picked from commit 8c4a40f) # Conflicts: # go.sum * fix merge conflicts Signed-off-by: Tetiana Kravchenko <[email protected]> * Revert "fix merge conflicts" This reverts commit 88c08fc. * fix conflicts only in the go.sum Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]> Co-authored-by: Tetiana Kravchenko <[email protected]>
tetianakravchenko
added a commit
to elastic/beats
that referenced
this pull request
Jan 2, 2024
…; use InitDefaults() to init default configuration (#37511) * Upgrade elastic-agent-autodiscover dependency; use InitDefaults() to init default configuration (#37458) * use InitDefaults(); elastic-agent-autodiscover: fix default resource metadata config - elastic/elastic-agent-autodiscover#72 Signed-off-by: Tetiana Kravchenko <[email protected]> * revert unintended changes Signed-off-by: Tetiana Kravchenko <[email protected]> * upgrade elastic-agent-autodiscover lib to v0.6.6 Signed-off-by: Tetiana Kravchenko <[email protected]> * run make update; fix linter issues Signed-off-by: Tetiana Kravchenko <[email protected]> * revert changes related to the 'commonMetaConfig'; add missing metadata configuration on the metricset level Signed-off-by: Tetiana Kravchenko <[email protected]> * x-pack/metricbeat: run make update Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]> (cherry picked from commit 8c4a40f) # Conflicts: # NOTICE.txt # go.mod # go.sum * fix conflicts Signed-off-by: Tetiana Kravchenko <[email protected]> * update indirect dependencies Signed-off-by: Tetiana Kravchenko <[email protected]> * Revert "update indirect dependencies" This reverts commit 7cd0de8. * revert accidently removed garble_macho_executable binary Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]> Co-authored-by: Tetiana Kravchenko <[email protected]>
Scholar-Li
pushed a commit
to Scholar-Li/beats
that referenced
this pull request
Feb 5, 2024
…init default configuration (elastic#37458) * use InitDefaults(); elastic-agent-autodiscover: fix default resource metadata config - elastic/elastic-agent-autodiscover#72 Signed-off-by: Tetiana Kravchenko <[email protected]> * revert unintended changes Signed-off-by: Tetiana Kravchenko <[email protected]> * upgrade elastic-agent-autodiscover lib to v0.6.6 Signed-off-by: Tetiana Kravchenko <[email protected]> * run make update; fix linter issues Signed-off-by: Tetiana Kravchenko <[email protected]> * revert changes related to the 'commonMetaConfig'; add missing metadata configuration on the metricset level Signed-off-by: Tetiana Kravchenko <[email protected]> * x-pack/metricbeat: run make update Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]>
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.
fix default metadata config: ensure that AddResourceMetadataConfig.Node and AddResourceMetadataConfig.Namespace are different objects
Relates elastic/elastic-agent#3636