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

Create alert based on percentage thresholds #10082

Closed
asachs01 opened this issue Feb 17, 2021 · 1 comment · Fixed by #15863
Closed

Create alert based on percentage thresholds #10082

asachs01 opened this issue Feb 17, 2021 · 1 comment · Fixed by #15863

Comments

@asachs01
Copy link

asachs01 commented Feb 17, 2021

What?

As a Graylog operator, I want to be able create an alert based on a percentage threshold of logs with a specific HTTP status code. For example:

  • Logs are sent to Graylog from an application with an HTTP status code
  • The status codes vary from 200 (Success), 400 (Bad Request), 500 (Internal Server Error)
  • Events should be triggered if status codes 500 or 400 are 25% or above of 200 or total log count
  • Alerts should be triggered if status codes 500 or 400 are 50% or above of 200 or total log count

Why?

This is out of a request in Z-4653. Please see that for additional context, if needed.

@damianharouff
Copy link

We've had a customer request this functionality via HS-1482495920.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants