Where to set ElasticSearch request timeout?

I've looked everywhere including the documentation regarding where I can set the request timeout for elasticsearch without much luck.

In Visual Studio the intelliSense label for the property 'requestTimeout' states `Note you can set this to a high value here and specify a timeout on elasticsearch's side'

Can someone tell me where the setting is on the elastic side?

Hi imranazad,

You should specify the timeout parameter in your HTTP client not in Elasticsearch. For example, if you are using .NET client.

Hope it helps,
LG

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