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

Cannot create saved searches alerts with "alert_type" as "number of events" #175

Open
msantos-repay opened this issue Aug 18, 2023 · 0 comments

Comments

@msantos-repay
Copy link

I cannot create the alert/saved search. It throws the following error:

Error: 400 Bad Request: {"messages":[{"type":"ERROR","text":"windowed real-time per result alerts require field based alert throttling to be enabled"}]}

I'm trying to pass alert_type as number of events.

One colleague told me it only works by creating as an always running alarm:

alert_type             = "always"
cron_schedule          = "* * * * *"
dispatch_earliest_time = "rt"
dispatch_latest_time   = "rt"
is_scheduled           = true

Version: 1.4.22

But we need to pass as number of events and the proper cron expression, dispatch_earliest_time and dispatch_latest_time .

@msantos-repay msantos-repay changed the title Cannot create saved searches alerts with "alert_type as number of event Cannot create saved searches alerts with "alert_type" as "number of events" Aug 18, 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

1 participant