ibmresilient / resilient-community-apps

Source code for IBM SOAR Apps that are available on our App Exchange
https://ibm.biz/soar-apps-docs
MIT License
91 stars 95 forks source link

Adding config option to set the timeout for the Elastic request #91

Open smoreau opened 1 year ago

smoreau commented 1 year ago

Description

The purpose of this change is to add a new configuration option to set the timeout when performing an Elastic request. I needed it on my Elastic cluster when performing search on large amount of data.

Motivation and Context

As explained in the description, the motivation of this change is to allow us to set the timeout for the Elastic request. The default timeout is quite low.

How Has This Been Tested?

It has been successfully tested on our test Resilient environment. We also did non-regression testing : if you do not add this option in the configuration file, it is still working as before.

Checklist:

Signed-off-by: Stéphane Moreau smoreau@logikdev.com