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] FileViz - allow customisation of the number of lines to analyze #25458

Closed
droberts195 opened this issue Nov 9, 2018 · 1 comment
Closed
Assignees

Comments

@droberts195
Copy link
Contributor

At present the file data visualizer always tells the backend endpoint to analyze the first 1000 lines of the uploaded file.

This is a reasonable default for the first analysis. However, the user might want to see field statistics for the whole file, so on the second and subsequent calls to the backend endpoint the UI should allow the number of lines to sample to be set to a different number. (The absolute minimum should be 3. The maximum could be 1000000 or 999999, because any number greater than the number of lines in the uploaded file means "use the whole file".)

@droberts195 droberts195 added the :ml label Nov 9, 2018
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants