谁能告诉我,为什么es 5.5.0 elasticsearch.yml不能识别如下配置

thread_pool:
    index:
        size: 30
        queue_size: 1000

thread_pool:
    bulk:
        size: 30
        queue_size: 1000

应该是可以的,错误发一下,注意格式。