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

Notify the user when the CSV import is done #7679

Closed
bahaaldine opened this issue Jul 8, 2016 · 4 comments
Closed

Notify the user when the CSV import is done #7679

bahaaldine opened this issue Jul 8, 2016 · 4 comments
Labels
Feature:Add Data Add Data and sample data feature on Home release_note:enhancement

Comments

@bahaaldine
Copy link

bahaaldine commented Jul 8, 2016

If the CSV import process is ongoing and the user click on the done button:

capture d ecran 2016-07-08 a 11 14 40

he's redirected to the discovery tab which is totally fine.

But when the import process is done; there are:

  • Success toast notification: with related link to discovery tab
  • Error toast notification

In both case the user should be able to go to import CSV report (#7680) that gives:

  • Total of documents imported
  • Errors and warnings if occurred.
@bahaaldine
Copy link
Author

bahaaldine commented Aug 5, 2016

@Bargs Just to add on this, there is actually something missing in terms of user experience in the Upload CSV.

I think, the user XP would be more consistent if the current wizard is wrapped into an Import data manager where you can:

  • List the different import job that were created so far
  • CUD the jobs
  • See the progress of each job
  • Get an import report for each job

Thus the user can go back on an import process, see the history, duplicate it ...etc.

As an example (please forgive the unpolished UI), here is what I've done for Datapanda:

9u6g0xhme3

@Bargs
Copy link
Contributor

Bargs commented Aug 5, 2016

That's pretty cool! Maybe in Kibana the natural place to put this is on the index pattern detail page. After initiating an upload, the user could navigate away from the final wizard step but return to the page for the index pattern they chose to upload to to see its progress.

@LeeDr
Copy link

LeeDr commented Aug 25, 2016

I uploaded a csv file with 10.5M rows last night. It took a really log time of course. But to see that it was doing something I checked http://localhost:9220/_cat/indices and could see the count going up.

It would be great if Upload CSV would show that progress in terms of doc count.

In fact, if you get the number of rows in the CSV before starting the upload, you could even show % complete or x/y rows.

@epixa
Copy link
Contributor

epixa commented Dec 26, 2016

I'm going to close this since CSV upload was pulled. We can always refer back to this issue if/when we revisit the feature.

@epixa epixa closed this as completed Dec 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Add Data Add Data and sample data feature on Home release_note:enhancement
Projects
None yet
Development

No branches or pull requests

5 participants