@@ -20,7 +20,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup-
20
20
==== Rollup Job Configuration
21
21
22
22
The `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
24
24
about the various configuration settings.
25
25
26
26
A `RollupJobConfig` requires the following arguments:
@@ -44,7 +44,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup-
44
44
45
45
The grouping configuration of the Rollup job is defined in the `RollupJobConfig`
46
46
using 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]
48
48
to learn more about these settings.
49
49
50
50
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-
88
88
After defining which groups should be generated for the data, you next configure
89
89
which metrics should be collected. The list of metrics is defined in the `RollupJobConfig`
90
90
using 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]
92
92
to learn more about these settings.
93
93
94
94
Using the REST API, we could define this metrics configuration:
0 commit comments