Increase Elastic Search Search Thread Size

I have been doing research for the last two hours but have been unable to figure out how to properly increase my search thread size for ES which has been maxing out when looking back past 2 weeks.

I rebuilt my system using the Ubuntu installers but still can’t figure out how to increase this parameter. Can someone post an example of what I need to do so I can get a feel for this?

This can be closed, I figured it out.

You could share your solution for other people to find.

All I needed to add was the following lines to my elasticsearch.yml.

thread_pool:
    search:
        size: 100
        queue_size: 5000

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.