From baa69a5ed50fc255c7656083741c72c9b990c3e4 Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Mon, 17 Sep 2018 13:02:11 +0200 Subject: [PATCH] [Docs] Fix broken links in HLRC Rollup documentation Introduced in #33521 --- docs/java-rest/high-level/rollup/put_job.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/java-rest/high-level/rollup/put_job.asciidoc b/docs/java-rest/high-level/rollup/put_job.asciidoc index 6d8f0352ef2..b01d65cb19b 100644 --- a/docs/java-rest/high-level/rollup/put_job.asciidoc +++ b/docs/java-rest/high-level/rollup/put_job.asciidoc @@ -20,7 +20,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup- ==== Rollup Job Configuration The `RollupJobConfig` object contains all the details about the rollup job -configuration. See <> to learn more +configuration. See <> to learn more about the various configuration settings. A `RollupJobConfig` requires the following arguments: @@ -44,7 +44,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup- The grouping configuration of the Rollup job is defined in the `RollupJobConfig` using a `GroupConfig` instance. `GroupConfig` reflects all the configuration -settings that can be defined using the REST API. See <> +settings that can be defined using the REST API. See <> to learn more about these settings. Using the REST API, we could define this grouping configuration: @@ -88,7 +88,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup- After defining which groups should be generated for the data, you next configure which metrics should be collected. The list of metrics is defined in the `RollupJobConfig` using a `List` instance. `MetricConfig` reflects all the configuration -settings that can be defined using the REST API. See <> +settings that can be defined using the REST API. See <> to learn more about these settings. Using the REST API, we could define this metrics configuration: