[Fleet] Support dataset with multiple level like system.process.summary#99852
Merged
nchaulet merged 3 commits intoelastic:masterfrom May 12, 2021
Merged
[Fleet] Support dataset with multiple level like system.process.summary#99852nchaulet merged 3 commits intoelastic:masterfrom
nchaulet merged 3 commits intoelastic:masterfrom
Conversation
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
Member
Author
|
Should we backport this to 7.13? |
jen-huang
approved these changes
May 11, 2021
Contributor
jen-huang
left a comment
There was a problem hiding this comment.
- Yes, this is a good 7.13 candidate.
- Would this be fixed if elastic/integrations#778 also exported
path: process_summary? (It's still good to have a fallback in Kibana, aka this PR)
Member
Author
Actually the package registry populate the Just did a quick check against the snapshot registry and the dataset we computed before and the path match for all packages expect Details |
Contributor
💚 Build SucceededMetrics [docs]Unknown metric groupsReferences to deprecated APIs
History
To update your PR or re-run it, just comment with: cc @nchaulet |
Member
Author
|
/run-fleet-e2e-tests |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
May 12, 2021
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
May 12, 2021
Contributor
3 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
Resolve #92636
Currently when a datastream use a dataset with multiple dots we are not using the correct agent template.
We where looking to find the dastream by splitting the dataset name on
.instead of using the datastreampathpropertyThat PR fix that.
How to test
You can try that PR elastic/integrations#778 run the package registry and you will get the correct
agent template for
system.process.summary