Unknown setting [thread_pool.bulk.queue_size]

java.lang.IllegalArgumentException: unknown setting [thread_pool.bulk.queue_size] did you mean any of [thread_pool.get.queue_size, thread_pool.write.queue_size, thread_pool.analyze.queue_size, thread_pool.search.queue_size, thread_pool.listener.queue_size]?

Has anyone seen this Error with 7.0.1?

My Config is set
thread_pool:
search:
size: 30
queue_size: 4000
min_queue_size: 2000
max_queue_size: 4000
auto_queue_frame_size: 2000
target_response_time: 1s
bulk:
size: 30
queue_size: 2000

The bulk threadpool was renamed to write in 6.3.0, and support for the legacy bulk name was removed in 7.0.0.

Thank you

Is Bulk size in this 7.0 documentation still relevant?
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-threadpool.html

:man_facepalming:

Good point, we're still using bulk in some of the examples.

I opened https://github.com/elastic/elasticsearch/pull/41935.