OpenSearch/qa/smoke-test-ml-with-security
David Roberts b748da1880 [ML] Prevent time_field and control field name in analysis_config (elastic/x-pack-elasticsearch#1729)
In does not make sense for the time_field in the data_description to
be used as a by/over/partition field name, nor the summary_count_field,
categorization_field or as an influencer.  Therefore, configurations
where the time_field in the data_description is used in the
analysis_config are now rejected.

Additionally, it causes a problem communicating with the C++ code if
the control field name (which is '.') is used in the analysis_config,
so this is also rejected at the validation stage.

Relates elastic/x-pack-elasticsearch#1684

Original commit: elastic/x-pack-elasticsearch@e6750a2cda
2017-06-15 13:04:25 +01:00
..
src/test/java/org/elasticsearch/smoketest [ML] Tolerate InternalAssumptionViolatedException in overridden test (elastic/x-pack-elasticsearch#1657) 2017-06-07 14:22:05 +01:00
build.gradle [ML] Prevent time_field and control field name in analysis_config (elastic/x-pack-elasticsearch#1729) 2017-06-15 13:04:25 +01:00
roles.yml [ML] Automate detection of way to extract fields (elastic/x-pack-elasticsearch#1686) 2017-06-12 14:56:31 +01:00