-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add docs for courier:batchSearches UI setting #46053
Conversation
Pinging @elastic/kibana-docs |
💔 Build Failed |
Retest (potentially flaky test) |
@elasticmachine merge upstream (ABC) |
💚 Build Succeeded |
@elasticmachine merge upstream |
@AlonaNadler @gchaps Could you provide some feedback about the wording here? Thanks! |
💚 Build Succeeded |
167d0f9
to
9882d51
Compare
💚 Build Succeeded |
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.
LGTM
💚 Build Succeeded |
💚 Build Succeeded |
`Determines whether to send multiple concurrent search requests (such as from a dashboard from multiple | ||
panels) as a single _msearch request, or multiple _search requests. Note that cancellation of queries (for | ||
example, when a user navigates away from the page before the search has returned) is only supported when | ||
using the _search Elasticsearch endpoint.`, |
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.
I think this content reads better without the content in the parens. Can we shorten the text to:
Determines whether to send concurrent search requests as a single _msearch request, or as multiple _search requests. Only the Elasticsearch endpoint supports cancellation of queries.
'times, but it also means that no single search request will be returned until the last has completed.', | ||
`When disabled, dashboard panels will load individually, and search requests will be terminated when users | ||
navigate away or update the query. When enabled, dashboard panels will load altogether when all of the | ||
data has been loaded.`, | ||
}), |
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.
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.
LGTM
💚 Build Succeeded |
* Add docs for courier:batchSearches UI setting * Update ui_setting_defaults.js * Update ui_setting_defaults.js * Update advanced-options.asciidoc * Update advanced-options.asciidoc * Update ui_setting_defaults.js * Update advanced-options.asciidoc * Update ui_setting_defaults.js
* Add docs for courier:batchSearches UI setting * Update ui_setting_defaults.js * Update ui_setting_defaults.js * Update advanced-options.asciidoc * Update advanced-options.asciidoc * Update ui_setting_defaults.js * Update advanced-options.asciidoc * Update ui_setting_defaults.js
Resolves #46030.
This PR just adds more clear documentation surrounding the
courier:batchSearches
UI setting.