-
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
Validate stack modules' metricsets when xpack.enabled = true #12386
Merged
ycombinator
merged 6 commits into
elastic:master
from
ycombinator:mb-xp-validate-metricsets
Jun 4, 2019
Merged
Validate stack modules' metricsets when xpack.enabled = true #12386
ycombinator
merged 6 commits into
elastic:master
from
ycombinator:mb-xp-validate-metricsets
Jun 4, 2019
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
ycombinator
added
enhancement
review
needs_backport
PR is waiting to be backported to other branches.
Feature:Stack Monitoring
v8.0.0
v7.3.0
labels
Jun 1, 2019
Pinging @elastic/stack-monitoring |
houndci-bot
reviewed
Jun 1, 2019
houndci-bot
reviewed
Jun 1, 2019
ruflin
approved these changes
Jun 3, 2019
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.
Nice way of validating it 👍
Do you want to add a changelog entry for it?
cachedout
reviewed
Jun 3, 2019
jenkins, test this |
@cachedout I addressed your comment from the previous round of review. Mind re-reviewing this PR? |
cachedout
approved these changes
Jun 4, 2019
ycombinator
force-pushed
the
mb-xp-validate-metricsets
branch
from
June 4, 2019 11:05
0229f05
to
96b3a91
Compare
jenkins, test this |
This was referenced Jun 4, 2019
ycombinator
added a commit
that referenced
this pull request
Jun 5, 2019
…12386) (#12431) * Validate stack modules' metricsets when xpack.enabled = true (#12386) * Checking validity of elasticsearch module with xpack.enabled * Refactoring: extracting validation function * Make the hound happy * More generic comment language * Implement validation for kibana module * Adding CHANGELOG entry * Fixing up CHANGELOG
andrewvc
pushed a commit
to andrewvc/beats
that referenced
this pull request
Jun 12, 2019
…#12386) * Checking validity of elasticsearch module with xpack.enabled * Refactoring: extracting validation function * Make the hound happy * More generic comment language * Implement validation for kibana module * Adding CHANGELOG entry
This was referenced Jun 23, 2019
ycombinator
removed
the
needs_backport
PR is waiting to be backported to other branches.
label
Jan 15, 2020
leweafan
pushed a commit
to leweafan/beats
that referenced
this pull request
Apr 28, 2023
…lastic#12386) (elastic#12429) * Checking validity of elasticsearch module with xpack.enabled * Refactoring: extracting validation function * Make the hound happy * More generic comment language * Implement validation for kibana module * Adding CHANGELOG entry
leweafan
pushed a commit
to leweafan/beats
that referenced
this pull request
Apr 28, 2023
…lastic#12386) (elastic#12430) * Checking validity of elasticsearch module with xpack.enabled * Refactoring: extracting validation function * Make the hound happy * More generic comment language * Implement validation for kibana module * Adding CHANGELOG entry
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.
Resolves #12327.
When the
elasticsearch
orkibana
metricbeat modules are enabled and thexpack.enabled
flag in the module configuration is set totrue
, an exact set of metricsets is required to be configured for Stack Monitoring to work correctly. This PR implements the necessary validation.