-
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
Kibana should suggest index patterns #5053
Comments
Elasticsearch provides a list of index names not patterns. Can you describe how this feature would work? The logic that would go into figuring out which indices are related and should be grouped together? |
Well eventually it would be really cool if kibana made the patterns for you. But in the beginning just a simple list of the the current index names on the es cluster would be useful I think. |
Just for fun, I came up with this command line;
The first half gets index patterns which don't start with My output;
If we're going to suggest these, it should also filter out (or mark somehow) the ones we already have as index patterns. |
I think we can close this issue. We have recently developed a new experience around index pattern creation that makes it easier to see ES indices and create Kibana index patterns from them. |
Elasticsearch provides a list of index patterns. Kibana should use this list to make the creation and choosing of an index pattern easier.
The text was updated successfully, but these errors were encountered: