Skip to content

Commit

Permalink
[DOCS] Rollup Caps API incorrectly mentions GET Jobs API (#32280)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle authored Jul 24, 2018
1 parent bccc6b4 commit 5cc32d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/docs/en/rest-api/rollup/rollup-caps.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ live?

==== Request Body

There is no request body for the Get Jobs API.
There is no request body for the Get Rollup Caps API.

==== Authorization

Expand Down Expand Up @@ -179,4 +179,4 @@ GET _xpack/rollup/data/sensor-1
Why is this? The original rollup job was configured against a specific index pattern (`sensor-*`) not a concrete index
(`sensor-1`). So while the index belongs to the pattern, the rollup job is only valid across the entirety of the pattern
not just one of it's containing indices. So for that reason, the Rollup Capabilities API only returns information based
on the originally configured index name or pattern.
on the originally configured index name or pattern.

0 comments on commit 5cc32d8

Please sign in to comment.