Skip to content

Commit f6aac5c

Browse files
pquentinfzowl
authored andcommitted
streams: fix stability/documentation (elastic#136642)
1 parent cd926f1 commit f6aac5c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_disable.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"streams.logs_disable": {
33
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-logs-disable.html",
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch#TODO",
55
"description": "Disable the Logs Streams feature for this cluster"
66
},
7-
"stability": "stable",
7+
"stability": "experimental",
88
"visibility": "feature_flag",
99
"feature_flag": "logs_stream",
1010
"headers": {

rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_enable.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"streams.logs_enable": {
33
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-logs-enable.html",
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch#TODO",
55
"description": "Enable the Logs Streams feature for this cluster"
66
},
7-
"stability": "stable",
7+
"stability": "experimental",
88
"visibility": "feature_flag",
99
"feature_flag": "logs_stream",
1010
"headers": {

rest-api-spec/src/main/resources/rest-api-spec/api/streams.status.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"streams.status": {
33
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-status.html",
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch#TODO",
55
"description": "Return the current status of the streams feature for each streams type"
66
},
7-
"stability": "stable",
7+
"stability": "experimental",
88
"visibility": "feature_flag",
99
"feature_flag": "logs_stream",
1010
"headers": {

0 commit comments

Comments
 (0)