Skip to content
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

feat: Add FieldBased Throttling to Alerts #671

Closed
togie6 opened this issue Mar 1, 2023 · 2 comments
Closed

feat: Add FieldBased Throttling to Alerts #671

togie6 opened this issue Mar 1, 2023 · 2 comments

Comments

@togie6
Copy link

togie6 commented Mar 1, 2023

Summary
Add support to the humio operator to allow alerts to be created using field based throttling.

Issue
I have written a helm chart for the deployment of alerts across repos/views within logscale. Seeing as we have a large number of rules and customers, we need the ability to be able to configure field based throttling within our alerts. Without this, we would have to manually configure each role after deployment.

Logscale appears to support the ability to create alerts with field based throttling.
image

The GraphQL API for CreateAlert and UpdateAlert has the ability to create/modify alerts using field based throttling.
image

I noticed that the HumioOperator and Logscale Alert Schema does not support specifying a FieldBasedThrottling.

Alert CRD

Alert Package Schema

@togie6
Copy link
Author

togie6 commented Mar 1, 2023

@ryanfaircloth

@jswoods
Copy link
Contributor

jswoods commented Mar 22, 2023

Fixed by #674.

@jswoods jswoods closed this as completed Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants