-
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
[Beats] Adding support for elastic-agent-autodiscovery v0.6.13 Introduce log message for not supported annotations #38213
Merged
Changes from 34 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
6dba856
adding support for logshints and autodiscovery 0.6.9
gizas 39b32e9
fixing test errors
gizas 8c08dff
fixing test errors
gizas 51728af
adding changelog
gizas 4009d15
Merge branch 'main' into logshints
gizas 6985610
updating go.mod with v0.6.9 autodiscovery library
gizas e023e50
Merge branch 'main' into logshints
gizas 4661676
Merge branch 'logshints' of github.com:elastic/beats into logshints
gizas 3e1e1fb
updating Notice.txt
gizas edb7c3a
Merge branch 'main' into logshints
gizas 3542df5
Merge branch 'main' into logshints
gizas 7d2c429
updating AllSupportedHints list
gizas 0e00df6
correcting changelog for v0.6.12
gizas 382ef5f
correcting changelog
gizas 24b07fb
correcting ebpfevent in go.mod
gizas 9a5ad55
correcting ebpfevent in go.mod
gizas bce8fc7
correcting test failures
gizas 9decff6
correcting events prealloc lint error
gizas e161254
Merge branch 'main' into logshints
gizas 0a40b85
updating to elastic-agent-autodiscovery v.0.6.13
gizas 2e6ad5f
Merge branch 'logshints' of github.com:elastic/beats into logshints
gizas 142f1ac
Merge branch 'main' of github.com:elastic/beats into logshints
gizas dbd20e5
updating Changelog and placing PR description in correct section
gizas 2d19a40
Merge branch 'main' into logshints
gizas 1c10c37
Merge branch 'main' into logshints
gizas 55451c6
fixing hint hosts
gizas e159e75
Merge branch 'logshints' of github.com:elastic/beats into logshints
gizas 097b7ea
Update libbeat/autodiscover/providers/kubernetes/node.go
gizas 08f3c60
Update libbeat/autodiscover/providers/kubernetes/pod.go
gizas bf441cf
Update libbeat/autodiscover/providers/kubernetes/service.go
gizas 92c266b
adding support for docker
gizas 05d71ef
Merge branch 'logshints' of github.com:elastic/beats into logshints
gizas 95f30aa
Merge branch 'main' into logshints
gizas ea50b00
fixing linting error
gizas f3b6f21
adding comment to skip validation error of test
gizas 58da62a
Merge branch 'main' into logshints
gizas e3ca45d
fixing conflicts
gizas 6e282d0
Merge branch 'logshints' of github.com:elastic/beats into logshints
gizas e0c255d
fixing conflicts
gizas 8ae7814
Merge branch 'main' into logshints
rdner 58f476f
Merge branch 'main' into logshints
gizas 63131b2
fixing conflicts
gizas 14815b2
fixing conflicts with go.sum
gizas 7954069
fixing conflicts with go.sum
gizas 7bfd450
fixing conflicts with go.sum
gizas 7b5a9bb
Merge branch 'main' into logshints
gizas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11300,11 +11300,11 @@ third-party archives. | |
|
||
-------------------------------------------------------------------------------- | ||
Dependency : github.com/docker/docker | ||
Version: v24.0.7+incompatible | ||
Version: v24.0.9+incompatible | ||
Licence type (autodetected): Apache-2.0 | ||
-------------------------------------------------------------------------------- | ||
|
||
Contents of probable licence file $GOMODCACHE/github.com/docker/[email protected].7+incompatible/LICENSE: | ||
Contents of probable licence file $GOMODCACHE/github.com/docker/[email protected].9+incompatible/LICENSE: | ||
|
||
|
||
Apache License | ||
|
@@ -12525,11 +12525,11 @@ various licenses: | |
|
||
-------------------------------------------------------------------------------- | ||
Dependency : github.com/elastic/elastic-agent-autodiscover | ||
Version: v0.6.8 | ||
Version: v0.6.13 | ||
Licence type (autodetected): Apache-2.0 | ||
-------------------------------------------------------------------------------- | ||
|
||
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].8/LICENSE: | ||
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].13/LICENSE: | ||
|
||
Apache License | ||
Version 2.0, January 2004 | ||
|
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Was done in order to remove:
Consider pre-allocating
events(prealloc)
lint error