Changing max_threads does not take effect #1672
Unanswered
sirhc-chris
asked this question in
Q&A
Replies: 1 comment 16 replies
-
|
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a large number of rules so I want to increase the number of threads available to process them. Increasing
max_threads
from the default of10
to30
(or any other value, including1
), and restarting the container, does not result in a change of behavior - I continue to see the same warning periodically logged suggesting the thread pool size is unchanged:max_threads
is being set in the mainconfig.yaml
mapped to/opt/elastalert/config.yaml
within the container (not within the rule config) - an example config:ElastAlert2 version: 2.23.0
Elasticsearch version: 8.15.2
Environment: Kubernetes (direct, not Helm) + reproduced in local Docker
Beta Was this translation helpful? Give feedback.
All reactions