-
Notifications
You must be signed in to change notification settings - Fork 474
[elasticsearch] Add timeout configuration support #11479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than my understanding of why you need text
for a timeout, this LGTM!
/test |
|
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
cc @consulthys |
Package elasticsearch - 1.15.2 containing this change is available at https://epr.elastic.co/search?package=elasticsearch |
Add timeout configuration support
Add timeout configuration support
Proposed commit message
The
timeout
option is available when configuring the Metricbeatelasticsearch
module. This PR adds the possibility of configuring thetimeout
option for the correspondingelasticsearch
integration.Checklist
changelog.yml
file.Related issues
Closes #11467