[Fleet] Pass policy namespace to agent monitoring settings#100500
Merged
jen-huang merged 2 commits intoelastic:masterfrom May 24, 2021
Merged
[Fleet] Pass policy namespace to agent monitoring settings#100500jen-huang merged 2 commits intoelastic:masterfrom
jen-huang merged 2 commits intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
kpollich
approved these changes
May 24, 2021
Member
kpollich
left a comment
There was a problem hiding this comment.
Seems small enough to approve 👍
Contributor
💚 Build SucceededMetrics [docs]Async chunks
Unknown metric groupsReferences to deprecated APIs
To update your PR or re-run it, just comment with: cc @jen-huang |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
May 24, 2021
…00500) * Pass agent policy namespace to agent monitoring settings * Adjust copy
Contributor
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Contributor
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
kibanamachine
added a commit
that referenced
this pull request
May 27, 2021
|
We have validated this PR #100500 on 7.14 snapshot cloud-qa build and found that working fine.
Build Details: Please let us know if we are missing anything. Thanks |
6 tasks
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.

Summary
Resolves #98542. This PR passes the agent policy namespace to the
agent.monitoringsettings in generated agent YAML. Note that this needs corresponding changes on agent side before it actually affects where the monitoring data goes (elastic/beats#25350) but this PR can go in first.