Skip to content

Commit bf05570

Browse files
committed
Correct feature flag
1 parent 9b2fab6 commit bf05570

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

specification/streams/logs_disable/StreamsLogsDisableRequest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ import { Duration } from '@_types/Time'
2525
*
2626
* This disables the logs stream feature for this cluster.
2727
* @rest_spec_name streams.logs_disable
28-
* @availability stack since=9.1.0 stability=experimental visibility=feature_flag
29-
* @feature_flag logs_stream
28+
* @availability stack since=9.1.0 stability=experimental visibility=feature_flag feature_flag=logs_stream
3029
* @cluster_privileges manage
3130
*/
3231
export interface Request extends RequestBase {

specification/streams/logs_enable/StreamsLogsEnableRequest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ import { Duration } from '@_types/Time'
2929
* it does not have existing indices or data streams matching the pattern `logs|logs.*`.
3030
* If this is the case, a `409 - Conflict` response and error will be returned.
3131
* @rest_spec_name streams.logs_enable
32-
* @availability stack since=9.1.0 stability=experimental visibility=feature_flag
33-
* @feature_flag logs_stream
32+
* @availability stack since=9.1.0 stability=experimental visibility=feature_flag feature_flag=logs_stream
3433
* @cluster_privileges manage
3534
*/
3635
export interface Request extends RequestBase {

specification/streams/status/StreamsStatusRequest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ import { TimeUnit } from '@_types/Time'
2525
*
2626
* Gets the current status of all stream types
2727
* @rest_spec_name streams.status
28-
* @availability stack since=9.1.0 stability=experimental visibility=feature_flag
29-
* @feature_flag logs_stream
28+
* @availability stack since=9.1.0 stability=experimental visibility=feature_flag feature_flag=logs_stream
3029
* @cluster_privileges monitor
3130
*/
3231
export interface Request extends RequestBase {

0 commit comments

Comments
 (0)