Add kubernetes alerting rule templates#17529
Open
osamamehtab-elk wants to merge 11 commits intoelastic:mainfrom
Open
Add kubernetes alerting rule templates#17529osamamehtab-elk wants to merge 11 commits intoelastic:mainfrom
osamamehtab-elk wants to merge 11 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/integrations-services (Team:Services) |
🚀 Benchmarks reportTo see the full report comment with |
Contributor
|
Hi @tommyers-elastic , I had a chat with @osamamehtab-elk and he was wondering if anyone from the integrations team can see if this is ready to be merged. If that's not the case it would be great that someone can tell him what's missing (if anything). |
💚 Build Succeeded
History
|
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.
Proposed commit message
Add 42 ES|QL-based alerting rule templates for the Kubernetes integration.
WHAT:
packages/kubernetes/kibana/alerting_rule_template/.es-queryrule type andsearchType: esqlQuerykubernetes-<alert-name>.jsonnaming conventionformat_versionto3.4.0and packageversionto1.86.0WHY:
The Kubernetes integration currently ships no alerting rule templates. Customers must write queries from scratch to set up monitoring. These templates provide curated, ready-to-use alert definitions covering common Kubernetes failure modes and resource saturation scenarios, enabling faster time-to-value.
Checklist
changelog.ymlfile.Author's Checklist
elastic-package checkpasses (lint + build)kubernetes-1.85.0.zipTScommand should be used instead ofFROMfor metrics data stream queriesHow to test this PR locally
cd packages/kubernetes elastic-package checkInstall the built package in a Kibana >= 9.2.1 instance and verify the alerting rule templates appear under the Kubernetes integration's Assets tab.
Related issues
Screenshots