-
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
Index pattern creation UX: Remove UI for creating index patterns based on event times #10443
Comments
There are still users who use this for performance reasons so we need to make sure we've resolved those issues before taking it away. |
@Bargs - Thanks for linking that issue! That is a valid issue, though ES is now addressing both parts of the underlying issue raised there: elastic/elasticsearch#23946 - This handles incremental reduction of results from shards, reducing the amount of memory on the coordinating node, which should improve things significantly, and this effectively removes the need for using In elastic/elasticsearch#23007 we add a new In short, I think that we're in good shape to move forward with this issue, given that we have an approach that should improve performance generally and avoid the issues highlighted in the issue above. |
@skearns64 we still need to remove our usage of |
Indeed, switching The issue you linked originally is slow because the Definitely still worth testing, but I think we're good to move forward on this soon. |
We might be on the same page, but I just wanna be sure:
Right, I'm just pointing out that #11014 won't fix the issue I linked to. We use
Yup exactly, I just don't want to leave users in a bind where they no longer have this workaround available but we have not yet removed our |
Not quite following the discussion, but #11011 (support cross-cluster search) is the meta issue that's driving #11014 (switching to _field_caps). In #11011 we will be deprecating the "Do not expand index pattern when searching" option and defaulting to just querying all shards. None of the index pattern "modes" are slated for removal as a part of this though, just deprecation. |
I created #11150 to track the field_stats search behavior specifically. We shouldn't outright remove field_stats right now, but we can change the default for new indices to search directly against Elasticsearch with the index pattern. |
Closing in favor of #10444 |
Per discussion, we should remove this functionality from the UI, though still support the ability on the back-end.
The text was updated successfully, but these errors were encountered: