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

[Management] Test and address multi-cluster setups with new index pattern page #13689

Closed
chrisronline opened this issue Aug 24, 2017 · 0 comments · Fixed by #13960
Closed

[Management] Test and address multi-cluster setups with new index pattern page #13689

chrisronline opened this issue Aug 24, 2017 · 0 comments · Fixed by #13960
Assignees

Comments

@chrisronline
Copy link
Contributor

#13454 brought in a new UI for index pattern creation, but it also does a *:* search to start the page. This might timeout for users with multi clusters spread out across the world. We should handle this properly as the page currently breaks if that request times out.

Some ideas:

  • Handle the timeout error properly
  • Maybe do a single cluster search initially, then prompt the user for cross cluster searching
@chrisronline chrisronline self-assigned this Aug 24, 2017
chrisronline added a commit to chrisronline/kibana that referenced this issue Sep 12, 2017
- Ensure consistent counts by searching for twice as many as we show in the UI, this should avoid count issues due to system indices filtering (elastic#13735)
chrisronline added a commit that referenced this issue Oct 6, 2017
* Ensure we allow wildcards, #13956

* - Only search a single cluster by default (#13689)
- Ensure consistent counts by searching for twice as many as we show in the UI, this should avoid count issues due to system indices filtering (#13735)

* PR feedback

* Just return it

* Add representative sample copy

* PR feedback
chrisronline added a commit that referenced this issue Oct 6, 2017
* Ensure we allow wildcards, #13956

* - Only search a single cluster by default (#13689)
- Ensure consistent counts by searching for twice as many as we show in the UI, this should avoid count issues due to system indices filtering (#13735)

* PR feedback

* Just return it

* Add representative sample copy

* PR feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant