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

[Rule Tuning] Increase lookback for endpoint rules #200

Merged

Conversation

brokensound77
Copy link
Contributor

Issues

resolves #199

Summary

Increases the lookback on all rules targeting the logs.endpoint.events.* index by 3 minutes each. All of these rules were using the defaults (not set locally, which infers defaults from API):

  • interval = "5m"
  • from = "now-6m"

This changes the rules to from = "now-9m"

@brokensound77 brokensound77 added Rule: Tuning tweaking or tuning an existing rule Domain: Endpoint v7.9.1 labels Aug 21, 2020
@rw-access rw-access changed the base branch from 7.9.1 to 7.9 August 21, 2020 14:40
Copy link
Member

@spong spong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 on padding an extra minute here (over the 2+1 minimum) for a total lookback of 4min -- LGTM! 👍 Thanks @brokensound77!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Domain: Endpoint Rule: Tuning tweaking or tuning an existing rule v7.9.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants