Skip to content

Commit 4d4d23a

Browse files
committed
Comment out more example fields
1 parent 815ac39 commit 4d4d23a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
summary: Configures a data stream lifecycle.
2-
method_request: PUT _data_stream/my-data-stream/_lifecycle
3-
description: Sets the lifecycle of a data stream.
4-
type: request
1+
summary: Set the data stream lifecycle retention
2+
# method_request: PUT _data_stream/my-data-stream/_lifecycle
3+
# description: Sets the lifecycle of a data stream.
4+
# type: request
55
value: "{\n \"data_retention\": \"7d\"\n}"

specification/indices/put_data_lifecycle/IndicesPutDataLifecycleRequestExample2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
summary: Configures a data stream lifecycle.
2-
method_request: PUT _data_stream/my-weather-sensor-data-stream/_lifecycle
1+
summary: Set the data stream lifecycle downsampling
2+
# method_request: PUT _data_stream/my-weather-sensor-data-stream/_lifecycle
33
description: This example configures two downsampling rounds.
4-
type: request
4+
# type: request
55
value:
66
"{\n \"downsampling\": [\n {\n \"after\": \"1d\",\n \"\
77
fixed_interval\": \"10m\"\n },\n {\n \"after\": \"7d\",\n \

0 commit comments

Comments
 (0)