Browse Source

95017 fix downsampling step (#95054)

* Remove extra step in manual downsampling docs

* create -> view
David Kilfoyle 2 years ago
parent
commit
9a673ad7f1
1 changed files with 2 additions and 10 deletions
  1. 2 10
      docs/reference/data-streams/downsampling-manual.asciidoc

+ 2 - 10
docs/reference/data-streams/downsampling-manual.asciidoc

@@ -295,8 +295,8 @@ as well as the various CPU and memory time series metrics.
 // TEST[skip:todo]
 // TEST[continued]
 
-Next, run a terms aggregation on the set of time series dimensions (`_tsid`) to
-create a date histogram on a fixed interval of one day.
+Next, you can run a terms aggregation on the set of time series dimensions (`_tsid`) to
+view a date histogram on a fixed interval of one day.
 
 [source,console]
 ----
@@ -339,14 +339,6 @@ GET /sample-01*/_search
 ----
 // TEST[continued]
 
-Re-run your search query to view the aggregated time series data.
-
-[source,console]
-----
-GET /sample-01*/_search
-----
-// TEST[continued]
-
 [discrete]
 [[downsampling-manual-run]]
 ==== Run downsampling for the index