[Stack Monitoring] update rules queries to support metricbeat 8.0#125315
Closed
neptunian wants to merge 142 commits intoelastic:mainfrom
Closed
[Stack Monitoring] update rules queries to support metricbeat 8.0#125315neptunian wants to merge 142 commits intoelastic:mainfrom
neptunian wants to merge 142 commits intoelastic:mainfrom
Conversation
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
Member
|
Merge explosion, I'm closing this and will re-open a new PR. |
4 tasks
Member
|
Replaced by #125748 |
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 #125035. Fixes queries in Stack Monitoring rules to be compatible with metricbeat 8 mappings. Except for CCR, I tested these on
mainwith 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.primariesvalue in metricbeat[elasticsearch module] serialize shards properties beats#30408
kibana_stats.kibana.versionforfetchKibanaVersions[Stack Monitoring] add kibana_stats version alias to -mb template elasticsearch#83930
Backporting to 8.0.1 notes:
createDatasetFilterdoesn't exist in 8.0.0 so will need add themetricset.namein aboolshouldalong withtype(legacy). no need to adddata_stream.datasetterm