Changing max_threads does not take effect #1672
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_threadsfrom the default of10to30(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_threadsis being set in the mainconfig.yamlmapped to/opt/elastalert/config.yamlwithin 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