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

[Console] Should provide auto-complete for data streams #73060

Closed
jloleysens opened this issue Jul 23, 2020 · 2 comments · Fixed by #126235
Closed

[Console] Should provide auto-complete for data streams #73060

jloleysens opened this issue Jul 23, 2020 · 2 comments · Fixed by #126235
Assignees
Labels
enhancement New value added to drive a business result Feature:Console Dev Tools Console Feature Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@jloleysens
Copy link
Contributor

Describe the feature:

Console should provide auto-complete for data streams at the appropriate points in the same way it does for indices, aliases, field names (etc).

We will probably need to populate them using GET _data_stream/* and we should probably not list .ds* indices in the suggested indices.

@jloleysens jloleysens added Feature:Console Dev Tools Console Feature enhancement New value added to drive a business result Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Jul 23, 2020
@mibragimov
Copy link
Contributor

@cjcenizal @alexwizp I tested this locally, and it seems to be already implemented by #72556. Should we close this issue?

@cjcenizal
Copy link
Contributor

@mibragimov I think that comment was a mistake. #72556 adds support for autocompletion of the API, but this issue is to implement autocompletion of the different data streams that the user has in their cluster.

This is analogous to the way Console shows you a list of all of your indices:

image

Console fetches a list of your indices to populate this list, so we'd probably need to implement a similar pattern for data streams. There's an option to disable this functionality:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Console Dev Tools Console Feature Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants