@@ -989,9 +989,43 @@ actions:
989
989
description : Add x-model to LikeDocument schema
990
990
update :
991
991
x-model : true
992
+ - target : " $.paths['/_ml/datafeeds/{datafeed_id}']['put']['requestBody'].content['application/json'].schema.properties.query"
993
+ description : " Remove query object from create datafeeds operation"
994
+ remove : true
995
+ - target : " $.paths['/_ml/datafeeds/{datafeed_id}']['put']['requestBody'].content['application/json'].schema.properties"
996
+ description : " Re-add a simplified query object in create datafeeds operation"
997
+ update :
998
+ query :
999
+ x-abbreviated : true
1000
+ type : object
1001
+ description : >
1002
+ The Elasticsearch query domain-specific language (DSL).
1003
+ This value corresponds to the query object in an Elasticsearch search POST body.
1004
+ All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1005
+ By default, this property has the following value: `{"match_all": {"boost": 1}}`.
1006
+ externalDocs :
1007
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1008
+ description : Query DSL
992
1009
- target : " $.components['schemas']['ml._types:Datafeed'].properties.query"
993
1010
description : Remove query object from anomaly detection datafeed
994
1011
remove : true
1012
+ - target : " $.components['schemas']['ml._types:DatafeedConfig'].properties.query"
1013
+ description : Remove query object from anomaly detection datafeed configuration
1014
+ remove : true
1015
+ - target : " $.components['schemas']['ml._types:DatafeedConfig'].properties"
1016
+ description : Re-add a simplified query object in anomaly detection datafeed configuration
1017
+ update :
1018
+ query :
1019
+ x-abbreviated : true
1020
+ type : object
1021
+ description : >
1022
+ The Elasticsearch query domain-specific language (DSL).
1023
+ This value corresponds to the query object in an Elasticsearch search POST body.
1024
+ All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.
1025
+ By default, this property has the following value: `{"match_all": {"boost": 1}}`.
1026
+ externalDocs :
1027
+ url : https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
1028
+ description : Query DSL
995
1029
- target : " $.components['schemas']['ml._types:Datafeed'].properties"
996
1030
description : Re-add a simplified query object in anomaly detection datafeed
997
1031
update :
0 commit comments