-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Stack Monitoring] update rules queries to support metricbeat 8.0 #125315
Closed
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
neptunian
added
release_note:fix
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
v8.1.0
v8.2.0
v8.0.1
labels
Feb 10, 2022
neptunian
force-pushed
the
125035-fix-alerts-mb-8.0
branch
from
February 10, 2022 22:18
58c58a8
to
f9d8efb
Compare
…#125230) * [Security Solution] Addition advanced policy options for 8.1 * Update x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com> * Update x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com> * lint Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Gabriel Landau <42078554+gabriellandau@users.noreply.github.com>
* [DOCS] Adds redirect for Standard Upgrade doc * [DOCS] Updates Upgrade docs * [DOCS] Incorporates review comments * [DOCS] Adds info on saved objects * [DOCS] Fixes broken link * [DOCS] Fixes placement of section on unknown saved objects * [DOCS] Removes duplicate topic
* Move types to the common folder and refactor code * Add reason message as rule variable * Revert "Move types to the common folder and refactor code" This reverts commit 11692e7. * Fix tests * Fix tests * Fix processGroupByRatioResults reason message * Fix tests Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…c#124917) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Rewrite flaky tests to e2e pipeline, add data initialization helpers, add monitor details page object
…lastic#124942) * Add custom context support to the screenshot mode plugin * Delegate custom context handling to the screenshot mode plugin * Move screenshot layout flag to the custom context
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…stic#125336) * Added right sorting for pie visualizations.
* Add AutoSize component for metric * Fix Checks * moved auto scale from class to hoc component * Remove unnecessary code * Fix checks * Refactoring * Update shapshots * Update snapshots * Fix styles and change file name from auto_scale to with_auto_scale * Fix some remarks * Fix some remarks Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…astic#125278) * Show new message when assets installed in separate space * move variable into useEffect
Merge explosion, I'm closing this and will re-open a new PR. |
4 tasks
Replaced by #125748 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
release_note:fix
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
v8.0.1
v8.1.0
v8.2.0
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 #125035. Fixes queries in Stack Monitoring rules to be compatible with metricbeat 8 mappings. Except for CCR, I tested these on
main
with metricbeat 8.1.0. CCR i tested with metricbeat 8.1.0 mappings but used my own data as I couldn't get a local CCR setup.I tested these manually by looking at the response and the data it returned. Ideally we need a proper way to run functional tests on these rule queries.
TODO
elasticsearch.index.shards.primaries
value in metricbeat[elasticsearch module] serialize shards properties beats#30408
kibana_stats.kibana.version
forfetchKibanaVersions
[Stack Monitoring] add kibana_stats version alias to -mb template elasticsearch#83930
Backporting to 8.0.1 notes:
createDatasetFilter
doesn't exist in 8.0.0 so will need add themetricset.name
in abool
should
along withtype
(legacy). no need to adddata_stream.dataset
term