浏览代码

[DOCS] Remove ifdefs for rollup refactor

Removes some ifdef conditionals overlooked in #70885. That PR removed
docs for the rollup refactor.
James Rodewig 4 年之前
父节点
当前提交
10fe3afd5b
共有 1 个文件被更改,包括 0 次插入13 次删除
  1. 0 13
      docs/reference/data-rollup-transform.asciidoc

+ 0 - 13
docs/reference/data-rollup-transform.asciidoc

@@ -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]