Skip to content

Commit

Permalink
[DOCS] Remove ifdefs for rollup refactor
Browse files Browse the repository at this point in the history
Removes some ifdef conditionals overlooked in elastic#70885. That PR removed
docs for the rollup refactor.
  • Loading branch information
jrodewig committed Aug 5, 2021
1 parent 7dd1a22 commit 926eae1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/reference/data-rollup-transform.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,10 @@

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

ifdef::permanently-unreleased-branch[]

* <<xpack-rollup>>
+
A rollup aggregates an index's time series data and stores the results in new
read-only index. For example, you can roll up hourly data into daily or weekly
summaries.

endif::[]
ifndef::permanently-unreleased-branch[]

* <<xpack-rollup,Rolling up your historical data>>
+
include::rollup/index.asciidoc[tag=rollup-intro]

endif::[]

* <<transforms,Transforming your data>>
+
include::transform/transforms.asciidoc[tag=transform-intro]
Expand Down

0 comments on commit 926eae1

Please sign in to comment.