From 29b3d32b17c0fab0ceb2e3af86f9d320a9c93018 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Sat, 18 Oct 2025 19:40:39 +0400 Subject: [PATCH] streams: fix stability/documentation (#136642) --- .../resources/rest-api-spec/api/streams.logs_disable.json | 4 ++-- .../main/resources/rest-api-spec/api/streams.logs_enable.json | 4 ++-- .../src/main/resources/rest-api-spec/api/streams.status.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_disable.json b/rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_disable.json index 3dbe137740b94..2eba1ea774039 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_disable.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_disable.json @@ -1,10 +1,10 @@ { "streams.logs_disable": { "documentation": { - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-logs-disable.html", + "url": "https://www.elastic.co/docs/api/doc/elasticsearch#TODO", "description": "Disable the Logs Streams feature for this cluster" }, - "stability": "stable", + "stability": "experimental", "visibility": "feature_flag", "feature_flag": "logs_stream", "headers": { diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_enable.json b/rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_enable.json index 86e611caabdd5..1e4b3f8b26cfe 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_enable.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/streams.logs_enable.json @@ -1,10 +1,10 @@ { "streams.logs_enable": { "documentation": { - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-logs-enable.html", + "url": "https://www.elastic.co/docs/api/doc/elasticsearch#TODO", "description": "Enable the Logs Streams feature for this cluster" }, - "stability": "stable", + "stability": "experimental", "visibility": "feature_flag", "feature_flag": "logs_stream", "headers": { diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/streams.status.json b/rest-api-spec/src/main/resources/rest-api-spec/api/streams.status.json index 0e5359019a456..45417fefaa50e 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/streams.status.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/streams.status.json @@ -1,10 +1,10 @@ { "streams.status": { "documentation": { - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/streams-status.html", + "url": "https://www.elastic.co/docs/api/doc/elasticsearch#TODO", "description": "Return the current status of the streams feature for each streams type" }, - "stability": "stable", + "stability": "experimental", "visibility": "feature_flag", "feature_flag": "logs_stream", "headers": {