You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/api-reference.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6612,6 +6612,8 @@ To target all data streams use `*` or `_all`.
6612
6612
Any time after this duration the document could be deleted.
6613
6613
When empty, every document in this data stream will be stored indefinitely.
6614
6614
- **`downsampling` (Optional, { after, fixed_interval }[])**: The downsampling configuration to execute for the managed backing index after rollover.
6615
+
- **`downsampling_method` (Optional, Enum("aggregate" \| "last_value"))**: The method used to downsample the data. There are two options `aggregate` and `last_value`. It requires
6616
+
`downsampling` to be defined. Defaults to `aggregate`.
6615
6617
- **`enabled` (Optional, boolean)**: If defined, it turns data stream lifecycle on/off (`true`/`false`) for this data stream. A data stream lifecycle
6616
6618
that's disabled (enabled: `false`) will have no effect on the data stream.
6617
6619
- **`expand_wildcards` (Optional, Enum("all" \| "open" \| "closed" \| "hidden" \| "none") \| Enum("all" \| "open" \| "closed" \| "hidden" \| "none")[])**: Type of data stream that wildcard patterns can match.
0 commit comments