-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Comments
@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:
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: |
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. |
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. |
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. |
If the CSV import process is ongoing and the user click on the done button:
he's redirected to the discovery tab which is totally fine.
But when the import process is done; there are:
In both case the user should be able to go to import CSV report (#7680) that gives:
The text was updated successfully, but these errors were encountered: