Versions : 2.13.0
Describe the issue:
Hello, I would like to config thread pool search
I found these by running querying the default settings:
GET _cluster/settings?include_defaults
“search”: { “max_queue_size”: “1000”, “queue_size”: “1000”, “size”: “7”, “auto_queue_frame_size”: “2000”, “target_response_time”: “1s”, “min_queue_size”: “1000” },
Configuration:
In ElasticSearch, we can update thread pool size using property in elasticsearch.yml
threadpool.search.size
Please let me know how I can update this property