@@ -20,7 +20,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup-
2020==== Rollup Job Configuration
2121
2222The `RollupJobConfig` object contains all the details about the rollup job
23- configuration. See << rollup-job-config, Rollup configuration>> to learn more
23+ configuration. See {ref}/ rollup-job-config.html[ Rollup configuration] to learn more
2424about the various configuration settings.
2525
2626A `RollupJobConfig` requires the following arguments:
@@ -44,7 +44,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup-
4444
4545The grouping configuration of the Rollup job is defined in the `RollupJobConfig`
4646using a `GroupConfig` instance. `GroupConfig` reflects all the configuration
47- settings that can be defined using the REST API. See << rollup-groups-config, Grouping Config>>
47+ settings that can be defined using the REST API. See {ref}/ rollup-job-config.html#rollup- groups-config[ Grouping Config]
4848to learn more about these settings.
4949
5050Using the REST API, we could define this grouping configuration:
@@ -88,7 +88,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup-
8888After defining which groups should be generated for the data, you next configure
8989which metrics should be collected. The list of metrics is defined in the `RollupJobConfig`
9090using a `List<MetricConfig>` instance. `MetricConfig` reflects all the configuration
91- settings that can be defined using the REST API. See << rollup-metrics-config, Metrics Config>>
91+ settings that can be defined using the REST API. See {ref}/ rollup-job-config.html#rollup- metrics-config[ Metrics Config]
9292to learn more about these settings.
9393
9494Using the REST API, we could define this metrics configuration:
0 commit comments