-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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 Visualizer] timestamp doesn't support Kibana CSV export format #55586
Comments
Pinging @elastic/ml-core (:ml) |
The Kibana CSV export feature uses a non-standard timestamp format. This change adds it to the formats the find_file_structure endpoint recognizes out-of-the-box, to make round-tripping data from Kibana back to Kibana via CSV files easier. Fixes elastic#55586
@blookot since the basic ask was so simple I've added it for 7.8 in #55609. The initial file analysis now finds the time format. However, I found that round-tripping a file through the Discover view's CSV export back to ML's file upload still required a bit of manual intervention because the export contains fields So there's still a question about what we should do when importing a file that already has |
Thank you @droberts195 ! |
Describe the feature: Add the format of Kibana CSV export in data visualizer
I suggest we add
MMM dd, yyyy @ HH:mm:ss.SSS
to the list of supported timestamp formats in the Data Visualizer File import.So that when you export a CSV from Kibana you can reimport it via Kibana ;-)
Thank you!
The text was updated successfully, but these errors were encountered: