mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
[Docs] Fix broken links in HLRC Rollup documentation
Introduced in #33521
This commit is contained in:
parent
b06a082725
commit
baa69a5ed5
@ -20,7 +20,7 @@ include-tagged::{doc-tests}/RollupDocumentationIT.java[x-pack-rollup-put-rollup-
|
|||||||
==== Rollup Job Configuration
|
==== Rollup Job Configuration
|
||||||
|
|
||||||
The `RollupJobConfig` object contains all the details about the rollup job
|
The `RollupJobConfig` object contains all the details about the rollup job
|
||||||
configuration. See <<Rollup configuration, rollup-job-config>> to learn more
|
configuration. See <<rollup-job-config, Rollup configuration>> to learn more
|
||||||
about the various configuration settings.
|
about the various configuration settings.
|
||||||
|
|
||||||
A `RollupJobConfig` requires the following arguments:
|
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`
|
The grouping configuration of the Rollup job is defined in the `RollupJobConfig`
|
||||||
using a `GroupConfig` instance. `GroupConfig` reflects all the configuration
|
using a `GroupConfig` instance. `GroupConfig` reflects all the configuration
|
||||||
settings that can be defined using the REST API. See <<Grouping Config, rollup-groups-config>>
|
settings that can be defined using the REST API. See <<rollup-groups-config, Grouping Config>>
|
||||||
to learn more about these settings.
|
to learn more about these settings.
|
||||||
|
|
||||||
Using the REST API, we could define this grouping configuration:
|
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
|
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`
|
which metrics should be collected. The list of metrics is defined in the `RollupJobConfig`
|
||||||
using a `List<MetricConfig>` instance. `MetricConfig` reflects all the configuration
|
using a `List<MetricConfig>` instance. `MetricConfig` reflects all the configuration
|
||||||
settings that can be defined using the REST API. See <<Metrics Config, rollup-metrics-config>>
|
settings that can be defined using the REST API. See <<rollup-metrics-config, Metrics Config>>
|
||||||
to learn more about these settings.
|
to learn more about these settings.
|
||||||
|
|
||||||
Using the REST API, we could define this metrics configuration:
|
Using the REST API, we could define this metrics configuration:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user