-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Update x-pack collection timeout settings docs #31043
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
Remove a setting that is not available on 6.2.3, and add a setting that is available but not documented.
|
Pinging @elastic/es-core-infra |
danielmitterdorfer
left a comment
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.
Thanks for your PR @dilchenko and sorry that this has fallen through the cracks! I left some comments. Can you please address them? Then I think we'll be good to merge it.
|
|
||
| Sets the timeout for collecting the cluster statistics. Defaults to `10s`. | ||
|
|
||
| `xpack.monitoring.collection.node.stats.timeout: 60s`:: |
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.
Could you please just document the name of the setting here as this is more consistent with the rest of the docs?
|
|
||
| Sets the timeout for collecting index statistics. Defaults to `10s`. | ||
|
|
||
| `xpack.monitoring.collection.indices.stats.timeout`:: |
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.
Seems this has already been removed meanwhile in #32229. Can you please merge master and resolve the conflict? Then all should be fine.
With this commit we document the setting `xpack.monitoring.collection.node.stats.timeout` that has been missing so far in the docs. Supersedes elastic#31043
|
Closing unmerged in favor of #39846. |
With this commit we document the setting `xpack.monitoring.collection.node.stats.timeout` that has been missing so far in the docs. Supersedes #31043
With this commit we document the setting `xpack.monitoring.collection.node.stats.timeout` that has been missing so far in the docs. Supersedes elastic#31043
With this commit we document the setting `xpack.monitoring.collection.node.stats.timeout` that has been missing so far in the docs. Supersedes elastic#31043
Remove a setting that is not available on 6.2.3, and add a setting that is available but not documented.