Skip to content

Skipped: maximum number of running instances reached (1) #456

Closed Locked Answered by jertel
Harris-Chan asked this question in Q&A
Discussion options

You must be logged in to vote

A particular rule can only be executed sequentially, so if the rule query (ES time + data transfer time + ElastAlert2 parse time) exceeds the run interval then your only solution is to improve your query performance. This could require boosting the hardware components of the ES cluster, network, tuning the rule query, or tuning the ES indexing and document ingest strategy.

It's also possible that your queries are simply trying to fetch too much data. Below are two configuration options that might help, but I'm not sure if they will be compatible with a cardinality rule type.

Alternatively, you can also adjust buffer_time to reduce the query window.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@Harris-Chan
Comment options

@Harris-Chan
Comment options

Answer selected by jertel
Comment options

You must be logged in to vote
4 replies
@nsano-rururu
Comment options

@jertel
Comment options

@nsano-rururu
Comment options

@Harris-Chan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants