-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Infra UI] Honor maxConcurrentShardRequests setting. #30049
Conversation
Pinging @elastic/infrastructure-ui |
💚 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.
ℹ️ The requests can also be made visible by setting the following in the Kibana config file: elasticsearch.logQueries: true
logging.verbose: true |
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
@weltenwort nice, I didn't know that, thank you! |
Summary
Implements #26355.
To test manually, change
Max Concurrent Shard Requests
in Management -> Kibana -> Advanced Settings and check with appropriateconsole.log()
calls here: https://github.com/elastic/kibana/blob/master/src/legacy/core_plugins/elasticsearch/lib/cluster.js#L45-L49 that the correct parameters are sent.Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatibility, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] Unit or functional tests were updated or added to match the most common scenarios- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers
- [ ] This was checked for breaking API changes and was labeled appropriately- [ ] This includes a feature addition or change that requires a release note and was labeled appropriately