|
5 | 5 | version: 0.0.1 |
6 | 6 | actions: |
7 | 7 | # Abbreviate and annotate items that are not shown in Bump.sh due to depth limits |
| 8 | + - target: "$.paths['/_ml/datafeeds/{datafeed_id}']['put']['requestBody'].content['application/json'].schema.properties.query" |
| 9 | + description: "Remove query object from create datafeeds operation" |
| 10 | + remove: true |
| 11 | + - target: "$.paths['/_ml/datafeeds/{datafeed_id}']['put']['requestBody'].content['application/json'].schema.properties" |
| 12 | + description: "Re-add a simplified query object in create datafeeds operation" |
| 13 | + update: |
| 14 | + query: |
| 15 | + x-abbreviated: true |
| 16 | + type: object |
| 17 | + description: > |
| 18 | + The Elasticsearch query domain-specific language (DSL). |
| 19 | + This value corresponds to the query object in an Elasticsearch search POST body. |
| 20 | + All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch. |
| 21 | + By default, this property has the following value: `{"match_all": {"boost": 1}}`. |
| 22 | + externalDocs: |
| 23 | + url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html |
| 24 | + description: Query DSL |
8 | 25 | - target: "$.components['schemas']['ml._types:Datafeed'].properties.query" |
9 | 26 | description: Remove query object from anomaly detection datafeed |
10 | 27 | remove: true |
| 28 | + - target: "$.components['schemas']['ml._types:DatafeedConfig'].properties.query" |
| 29 | + description: Remove query object from anomaly detection datafeed configuration |
| 30 | + remove: true |
| 31 | + - target: "$.components['schemas']['ml._types:DatafeedConfig'].properties" |
| 32 | + description: Re-add a simplified query object in anomaly detection datafeed configuration |
| 33 | + update: |
| 34 | + query: |
| 35 | + x-abbreviated: true |
| 36 | + type: object |
| 37 | + description: > |
| 38 | + The Elasticsearch query domain-specific language (DSL). |
| 39 | + This value corresponds to the query object in an Elasticsearch search POST body. |
| 40 | + All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch. |
| 41 | + By default, this property has the following value: `{"match_all": {"boost": 1}}`. |
| 42 | + externalDocs: |
| 43 | + url: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html |
| 44 | + description: Query DSL |
11 | 45 | - target: "$.components['schemas']['ml._types:Datafeed'].properties" |
12 | 46 | description: Re-add a simplified query object in anomaly detection datafeed |
13 | 47 | update: |
|
0 commit comments