Skip to content

[7.x] [ML] Process delimited files like semi-structured text (#56038)#56156

Merged
droberts195 merged 1 commit intoelastic:7.xfrom
droberts195:use_csv_processor_in_file_structure_finder_ingest_7x
Jan 28, 2020
Merged

[7.x] [ML] Process delimited files like semi-structured text (#56038)#56156
droberts195 merged 1 commit intoelastic:7.xfrom
droberts195:use_csv_processor_in_file_structure_finder_ingest_7x

Conversation

@droberts195
Copy link
Copy Markdown

Backports the following commits to 7.x:

Changes the file upload functionality to process delimited
files by splitting them into to messages, then sending
these to the ingest pipeline as a single field for further
processing in Elasticsearch.

The csv_importer has been removed and the old sst_importer
replaced with a similar message_importer that has been
enhanced to cover the edge cases required by delimited
file processing.

Previously the file upload functionality parsed CSV in the
browser, but by parsing CSV in the ingest pipeline it
makes the Kibana file upload functionality more easily
interchangable with Filebeat such that the configurations
it creates can more easily be used to import data with the
same structure repeatedly in production.

Companion to elastic/elasticsearch#51492
@droberts195 droberts195 added backport This PR is a backport of another PR :ml labels Jan 28, 2020
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/ml-ui (:ml)

@kibanamachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@droberts195 droberts195 merged commit a3c6bd9 into elastic:7.x Jan 28, 2020
@droberts195 droberts195 deleted the use_csv_processor_in_file_structure_finder_ingest_7x branch January 28, 2020 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR :ml

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants