File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff 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 */
3231export interface Request extends RequestBase {
Original file line number Diff line number Diff 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 */
3635export interface Request extends RequestBase {
Original file line number Diff line number Diff 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 */
3231export interface Request extends RequestBase {
You can’t perform that action at this time.
0 commit comments