-
Notifications
You must be signed in to change notification settings - Fork 5k
Add k8s cluster identifier #26056
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
Merged
ChrsMark
merged 34 commits into
elastic:master
from
ChrsMark:add_k8s_cluster_identifier
Jun 16, 2021
Merged
Add k8s cluster identifier #26056
Changes from 19 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
480d046
wip
ChrsMark f301562
Refactor and add orchestrator.cluster.url
ChrsMark 5a697b5
Merge remote-tracking branch 'upstream/master' into add_k8s_cluster_i…
ChrsMark 54994fb
wip
ChrsMark c2555dd
Update methods to get cluster Identifiers
ChrsMark fd6d2e6
Remove unused function
ChrsMark 5e75367
wip
ChrsMark 2df343a
wip
ChrsMark 943502e
wip
ChrsMark b960f84
wip
ChrsMark 1bfd7ea
wip
ChrsMark 2b5c55a
stable commit
ChrsMark bebec37
fixups
ChrsMark 3facd8a
remove unused changes
ChrsMark bbd7b70
Add configmaps in clusterrole
ChrsMark 3b2761f
Tune add_k8s_metadata processor
ChrsMark 25fd5a5
Merge remote-tracking branch 'upstream/master' into add_k8s_cluster_i…
ChrsMark 744afe4
cleanup
ChrsMark 8429489
Move GKE metadata code to cloud metadata lib
ChrsMark 85b9a1e
fix struct
ChrsMark 34747af
Add orchestator.cluster.name only if in k8s
ChrsMark 8a8c6d1
Improve cloud_metadata
ChrsMark 018c7ea
Fix k8s roles
ChrsMark 4103b87
Fix metricsets
ChrsMark e6f41b4
Fixup
ChrsMark d1c9ef6
fmt
ChrsMark 04697d1
review changes
ChrsMark c06926a
Add changelog
ChrsMark 503436c
Merge remote-tracking branch 'upstream/master' into add_k8s_cluster_i…
ChrsMark eb115c9
fixes
ChrsMark 5a03920
fix expected files
ChrsMark 1ee92c8
fix tests
ChrsMark c69f878
small fix
ChrsMark e720e74
formating
ChrsMark 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 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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -152,6 +152,7 @@ rules: | |
| - namespaces | ||
| - pods | ||
| - nodes | ||
| - configmaps | ||
| verbs: | ||
| - get | ||
| - watch | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,6 +10,7 @@ rules: | |
| - namespaces | ||
| - pods | ||
| - nodes | ||
| - configmaps | ||
| verbs: | ||
| - get | ||
| - watch | ||
|
|
||
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
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
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.