Skip to content

Commit 419e05b

Browse files
committed
[es] Generate code based in ES v7.11.1
1 parent e6df8ce commit 419e05b

24 files changed

+294
-1295
lines changed

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_to_workspace = false
33

44
[env]
55
# Determines the version of Elasticsearch docker container used
6-
STACK_VERSION = { value = "7.x-SNAPSHOT", condition = { env_not_set = ["STACK_VERSION"] }}
6+
STACK_VERSION = { value = "7.11.1", condition = { env_not_set = ["STACK_VERSION"] }}
77
# Determines the distribution of docker container used. Either platinum or free
88
TEST_SUITE = { value = "free", condition = { env_not_set = ["TEST_SUITE"] }}
99
# Set publish flags to dry-run by default, to force user to explicitly define for publishing

api_generator/rest_specs/cat.plugins.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
"description":"Return help information",
4242
"default":false
4343
},
44-
"include_bootstrap":{
45-
"type":"boolean",
46-
"description":"Include bootstrap plugins in the response",
47-
"default":false
48-
},
4944
"s":{
5045
"type":"list",
5146
"description":"Comma-separated list of column names or column aliases to sort by"

api_generator/rest_specs/eql.get_status.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

api_generator/rest_specs/indices.close.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"wait_for_active_shards":{
5858
"type":"string",
59-
"description":"Sets the number of active shards to wait for before the operation returns. Set to `index-setting` to wait according to the index setting `index.write.wait_for_active_shards`, or `all` to wait for all shards, or an integer. Defaults to `0`."
59+
"description":"Sets the number of active shards to wait for before the operation returns."
6060
}
6161
}
6262
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.x
1+
v7.11.1

api_generator/rest_specs/logstash.delete_pipeline.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

api_generator/rest_specs/logstash.get_pipeline.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

api_generator/rest_specs/logstash.put_pipeline.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

api_generator/rest_specs/text_structure.find_structure.json renamed to api_generator/rest_specs/ml.find_file_structure.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"text_structure.find_structure":{
2+
"ml.find_file_structure":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/find-structure.html",
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-find-file-structure.html",
55
"description":"Finds the structure of a text file. The text file must contain data that is suitable to be ingested into Elasticsearch."
66
},
77
"stability":"experimental",
@@ -13,7 +13,7 @@
1313
"url":{
1414
"paths":[
1515
{
16-
"path":"/_text_structure/find_structure",
16+
"path":"/_ml/find_file_structure",
1717
"methods":[
1818
"POST"
1919
]

api_generator/rest_specs/search.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@
248248
"type":"boolean",
249249
"description":"Indicates whether hits.total should be rendered as an integer or an object in the rest search response",
250250
"default":false
251-
},
252-
"min_compatible_shard_node":{
253-
"type":"string",
254-
"description":"The minimum compatible version that all shards involved in search should have for this request to be successful"
255251
}
256252
},
257253
"body":{

0 commit comments

Comments
 (0)