Skip to content

Commit ca3a14b

Browse files
authored
Update 7.9 rest specs (#128)
1 parent a793be8 commit ca3a14b

File tree

5 files changed

+535
-23
lines changed

5 files changed

+535
-23
lines changed

api_generator/rest_specs/indices.create_data_stream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
55
"description":"Creates or updates a data stream"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

api_generator/rest_specs/indices.data_streams_stats.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
55
"description":"Provides statistics on operations happening in a data stream."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{
@@ -26,25 +26,6 @@
2626
}
2727
}
2828
]
29-
},
30-
"params":{
31-
"expand_wildcards":{
32-
"type":"enum",
33-
"options":[
34-
"open",
35-
"closed",
36-
"hidden",
37-
"none",
38-
"all"
39-
],
40-
"default":"open",
41-
"description":"Whether to expand wildcard expression to concrete indices that are open, closed or both."
42-
},
43-
"forbid_closed_indices":{
44-
"type":"boolean",
45-
"description":"If set to false stats will also collected from closed indices if explicitly specified or if expand_wildcards expands to closed indices",
46-
"default":true
47-
}
4829
}
4930
}
5031
}

api_generator/rest_specs/indices.delete_data_stream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
55
"description":"Deletes a data stream."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

api_generator/rest_specs/indices.get_data_stream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html",
55
"description":"Returns data streams."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

0 commit comments

Comments
 (0)