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

[ML] Make file/index data visualizer time field cards more similar #38102

Closed
droberts195 opened this issue Jun 5, 2019 · 3 comments
Closed
Assignees
Labels
enhancement New value added to drive a business result Feature:File and Index Data Viz ML file and index data visualizer :ml v7.12.0

Comments

@droberts195
Copy link
Contributor

The index data visualizer's timestamp card for index patterns looks like this:

timestamp_card_index_pattern

But the timestamp card for uploaded files in the file data visualizer looks like this:

timestamp_card_file

We discussed this a couple of months ago and decided that the index data visualizer's display, i.e. showing earliest and latest timestamps, is better.

One thing to be aware of is that the file structure finder doesn't read the whole file. So the earliest and latest wouldn't refer to the whole file. However, now that people can change the number of lines to sample in the overrides dialog so that the whole file gets sampled this is probably OK. I guess we could say something like "earliest X, latest Y (based on first N messages in file)" on the card.

The backend change that is required to support this enhancement is elastic/elasticsearch#42890.

@droberts195 droberts195 added the :ml label Jun 5, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui

@droberts195 droberts195 added the enhancement New value added to drive a business result label Jun 5, 2019
@droberts195
Copy link
Contributor Author

Note: this is not nearly as important as #36880. No time should be spent on this until #36880 is complete.

@sophiec20 sophiec20 added the Feature:File and Index Data Viz ML file and index data visualizer label Jun 19, 2019
@peteharverson peteharverson self-assigned this Aug 8, 2019
@peteharverson peteharverson assigned qn895 and unassigned peteharverson Jan 7, 2021
@peteharverson
Copy link
Contributor

Closing issue as with the redesign of the file data visualizer for 7.12 in #87598, the display for time fields now matches that used in the index version.

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:File and Index Data Viz ML file and index data visualizer :ml v7.12.0
Projects
None yet
Development

No branches or pull requests

5 participants