OpenSearch/x-pack/plugin/ml/qa/ml-with-security
Dimitris Athanasiou cab879118d
[7.x][ML] Support multiple source indices for df-analytics (#43702) (#43731)
This commit adds support for multiple source indices.
In order to deal with multiple indices having different mappings,
it attempts a best-effort approach to merge the mappings assuming
there are no conflicts. In case conflicts exists an error will be
returned.

To allow users creating custom mappings for special use cases,
the destination index is now allowed to exist before the analytics
job runs. In addition, settings are no longer copied except for
the `index.number_of_shards` and `index.number_of_replicas`.
2019-06-28 13:28:03 +03:00
..
src/test/java/org/elasticsearch/smoketest [7.x][ML] Machine learning data frame analytics (#43544) (#43592) 2019-06-25 20:29:11 +03:00
build.gradle [7.x][ML] Support multiple source indices for df-analytics (#43702) (#43731) 2019-06-28 13:28:03 +03:00
roles.yml [7.x][ML] Machine learning data frame analytics (#43544) (#43592) 2019-06-25 20:29:11 +03:00