-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Document backoff setting #5419
Comments
@urso It looks like these settings aren't shown in the reference.yml files. Do we still want to document these? Looks like Logstash, Elasticsearch, and Kafka all have backoff settings. I can help add the content to the docs, but I don't see the options in the reference.yml. |
We should also add them to the reference file if they are missing. |
Checking the code, we have different backoff behavior/config per output. Elasticsearch/Logstash have The kafka backoff setting is available regarding the meta-data update only. Setting is Checking the redis output, we don't have any backoff settings in here. If backoff settings are missing from reference.yml, they should be added as well. Anyways, backoff behavior needs some overhaul, so we can guarantee same settings/semantics for all outputs. |
I created issue: #6791 For now let's add only Elasticsearch and Logstash to the reference configs only. |
I've added the backoff settings for the ES and LS outputs here: #5419. |
Adds backoff options for LS and ES outputs (closes #5419)
Adds backoff options for LS and ES outputs (closes elastic#5419)
Adds backoff options for LS and ES outputs (closes #5419)
Adds backoff options for LS and ES outputs (closes elastic#5419)
Output Backoff parameters have become configurable. Add missing settings to docs:
Note: check all outputs expose backoff settings
The text was updated successfully, but these errors were encountered: