Skip to content

Commit

Permalink
95017 fix downsampling step (#95054) (#95055)
Browse files Browse the repository at this point in the history
* Remove extra step in manual downsampling docs

* create -> view
  • Loading branch information
kilfoyle authored Apr 5, 2023
1 parent a640ca2 commit d75f7f2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/reference/data-streams/downsampling-manual.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d75f7f2

Please sign in to comment.