From b77fa5b3339ba9c725c9493d2be8f28d2cd57ccd Mon Sep 17 00:00:00 2001 From: David Kyle Date: Mon, 23 Jul 2018 14:04:25 +0100 Subject: [PATCH] Rollup Caps API incorrectly mentions GET Jobs API --- x-pack/docs/en/rest-api/rollup/rollup-caps.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/docs/en/rest-api/rollup/rollup-caps.asciidoc b/x-pack/docs/en/rest-api/rollup/rollup-caps.asciidoc index 270ad005144ac..f770adf1f0d1c 100644 --- a/x-pack/docs/en/rest-api/rollup/rollup-caps.asciidoc +++ b/x-pack/docs/en/rest-api/rollup/rollup-caps.asciidoc @@ -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 @@ -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. \ No newline at end of file +on the originally configured index name or pattern.