Skip to content

Commit 10fe3af

Browse files
committed
[DOCS] Remove ifdefs for rollup refactor
Removes some ifdef conditionals overlooked in #70885. That PR removed docs for the rollup refactor.
1 parent f1d8593 commit 10fe3af

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/reference/data-rollup-transform.asciidoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,10 @@
66

77
{es} offers the following methods for manipulating your data:
88

9-
ifdef::permanently-unreleased-branch[]
10-
11-
* <<xpack-rollup>>
12-
+
13-
A rollup aggregates an index's time series data and stores the results in new
14-
read-only index. For example, you can roll up hourly data into daily or weekly
15-
summaries.
16-
17-
endif::[]
18-
ifndef::permanently-unreleased-branch[]
19-
209
* <<xpack-rollup,Rolling up your historical data>>
2110
+
2211
include::rollup/index.asciidoc[tag=rollup-intro]
2312

24-
endif::[]
25-
2613
* <<transforms,Transforming your data>>
2714
+
2815
include::transform/transforms.asciidoc[tag=transform-intro]

0 commit comments

Comments
 (0)