Skip to content
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

Merged
merged 1 commit into from
Feb 5, 2019

Conversation

skh
Copy link
Contributor

@skh skh commented Feb 5, 2019

Summary

Implements #26355.

To test manually, change Max Concurrent Shard Requests in Management -> Kibana -> Advanced Settings and check with appropriate console.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 strikethroughs to 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 accessibility

For 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

@skh skh added WIP Work in progress v7.0.0 Feature:Metrics UI Metrics UI feature v6.7.0 labels Feb 5, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/infrastructure-ui

@skh skh self-assigned this Feb 5, 2019
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@skh skh added review and removed WIP Work in progress labels Feb 5, 2019
@weltenwort weltenwort self-assigned this Feb 5, 2019
Copy link
Member

@weltenwort weltenwort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to work as expected:

image

@weltenwort
Copy link
Member

ℹ️ The requests can also be made visible by setting the following in the Kibana config file:

elasticsearch.logQueries: true
logging.verbose: true

Copy link
Member

@simianhacker simianhacker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@skh
Copy link
Contributor Author

skh commented Feb 5, 2019

The requests can also be made visible by setting the following in the Kibana config file [...]

@weltenwort nice, I didn't know that, thank you!

@skh skh merged commit 4a4ed6b into elastic:master Feb 5, 2019
skh added a commit to skh/kibana that referenced this pull request Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants