You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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
The text was updated successfully, but these errors were encountered:
- 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)
* 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
* 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
#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:
The text was updated successfully, but these errors were encountered: