OpenSearch/x-pack/plugin/ml
David Roberts 568ac10ca6
[ML] Allow overrides for some file structure detection decisions (#33630)
This change modifies the file structure detection functionality
such that some of the decisions can be overridden with user
supplied values.

The fields that can be overridden are:

- charset
- format
- has_header_row
- column_names
- delimiter
- quote
- should_trim_fields
- grok_pattern
- timestamp_field
- timestamp_format

If an override makes finding the file structure impossible then
the endpoint will return an exception.
2018-09-14 09:29:11 +01:00
..
cpp-snapshot Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
licenses [ML] Rename log structure to file structure (#33421) 2018-09-06 09:13:08 +01:00
qa [ML] Add a file structure determination endpoint (#33471) 2018-09-07 17:41:57 +01:00
src [ML] Allow overrides for some file structure detection decisions (#33630) 2018-09-14 09:29:11 +01:00
build.gradle [ML] Rename log structure to file structure (#33421) 2018-09-06 09:13:08 +01:00