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

Data stream selection in index pattern management #65601

Closed
4 tasks done
mattkime opened this issue May 7, 2020 · 4 comments
Closed
4 tasks done

Data stream selection in index pattern management #65601

mattkime opened this issue May 7, 2020 · 4 comments
Assignees
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0 Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages v7.9.0 v8.0.0

Comments

@mattkime
Copy link
Contributor

mattkime commented May 7, 2020

Modify the following views to support data streams, index aliases, and frozen indices.

A new Es endpoint is being developed so the info can be gathered in a single request.

The define index pattern currently only shows matched indices. It will now show data streams index aliases. Frozen indices will be shown as well for users with the advanced setting search:includeFrozen enabled. Entities will be labeled with Eui Badges https://elastic.github.io/eui/#/display/badge

Screen Shot 2020-05-06 at 8 53 01 PM

The timestamp selection step may be skipped if one or more data streams are selected and their timestamp fields are in agreement.

Screen Shot 2020-05-06 at 8 53 25 PM

  • Query new endpoint and display results.
  • Support wildcards that match both data streams and indices for users transitioning to data streams.
  • User will not be asked for timestamp field if matching a data stream (and only a data stream, or data streams with matching time fields)
  • Support selection of frozen indices

Ticket for frozen index support - #61368

@mattkime mattkime added Feature:Data Views Data Views code and UI - index patterns before 8.0 v8.0.0 Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages Team:AppArch v7.9.0 labels May 7, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@cjcenizal
Copy link
Contributor

We could potentially display a data stream tag next to data stream related indices.

Is this part of the plan for implementing this issue @mattkime?

Also, do you think it would make sense to have a legend or some other explanation to explain data streams in this UI? For example, if a user selects data stream indices or a data stream index alias, can we surface a callout or maybe some info on a "review" step of the wizard to explain the relationship between index pattern, data stream, and indices? We could also add a link to the data stream docs.

@mattkime
Copy link
Contributor Author

Is this part of the plan for implementing this issue @mattkime?

Yes.

For example, if a user selects data stream indices or a data stream index alias, can we surface a callout or maybe some info on a "review" step of the wizard to explain the relationship between index pattern, data stream, and indices? We could also add a link to the data stream docs.

I'm certainly interested in doing this - can you provide advice on how to approach this? I've been focused solely on APIs and haven't considered the user perspective.

@mattkime
Copy link
Contributor Author

resolved by #70271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0 Feature:Kibana Management Feature label for Data Views, Advanced Setting, Saved Object management pages v7.9.0 v8.0.0
Projects
None yet
Development

No branches or pull requests

3 participants