[Stack Monitoring] support for integration package#138224
Merged
klacabane merged 7 commits intoelastic:mainfrom Aug 9, 2022
Merged
[Stack Monitoring] support for integration package#138224klacabane merged 7 commits intoelastic:mainfrom
klacabane merged 7 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
Author
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @klacabane |
miltonhultgren
approved these changes
Aug 9, 2022
Contributor
miltonhultgren
left a comment
There was a problem hiding this comment.
LGTM 👍🏼 Tested locally and couldn't see any issues in the UI.
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
This change should be tested with elastic/integrations#3965
Two updates required to support the kibana integration package:
Testing
localhost:5602. Stack Monitoring should already have elasticsearch and kibana data, verify all kibana views are correctly populatedNote that the local kibana is not able to interact with the local package-registry when running http, this means we have to do all integration-related interaction on the kibana run by elastic-package (at :5601).
To enable ssl we can point the local kibana configuration to the certificates used by elastic-package (under
~/.elastic-package/profiles/{profile}/certs), then start the process withNODE_EXTRA_CA_CERTS=~/.elastic-package/profiles/{profile}/certs/ca-cert.pem yarn start. With that everything appears to work well except that any successful update to an agent policy from the local kibana is not picked up by the Agent, only the elastic-package updates go through. I didn't find the cause yet