diff --git a/_api-reference/cat/cat-aliases.md b/_api-reference/cat/cat-aliases.md index 7118465d..2932dc3b 100644 --- a/_api-reference/cat/cat-aliases.md +++ b/_api-reference/cat/cat-aliases.md @@ -2,6 +2,8 @@ layout: default title: CAT aliases parent: CAT API +redirect_from: +- /opensearch/rest-api/cat/cat-aliases/ nav_order: 1 has_children: false @@ -11,7 +13,7 @@ has_children: false Introduced 1.0 {: .label .label-purple } -The CAT aliases operation lists the mapping of aliases to indices, plus routing and filtering information. +The CAT aliases operation lists the mapping of aliases to indexes, plus routing and filtering information. ## Example diff --git a/_api-reference/cat/cat-allocation.md b/_api-reference/cat/cat-allocation.md index 96a93950..52f8ede9 100644 --- a/_api-reference/cat/cat-allocation.md +++ b/_api-reference/cat/cat-allocation.md @@ -2,7 +2,8 @@ layout: default title: CAT allocation parent: CAT API - +redirect_from: +- /opensearch/rest-api/cat/cat-allocation/ nav_order: 5 has_children: false --- @@ -11,7 +12,7 @@ has_children: false Introduced 1.0 {: .label .label-purple } -The CAT allocation operation lists the allocation of disk space for indices and the number of shards on each node. +The CAT allocation operation lists the allocation of disk space for indexes and the number of shards on each node. ## Example @@ -55,7 +56,7 @@ cluster_manager_timeout | Time | The amount of time to wait for a connection to ## Response -The following response shows that eight shards are allocated to each the two nodes available: +The following response shows that eight shards are allocated to each of the two nodes available: ```json shards | disk.indices | disk.used | disk.avail | disk.total | disk.percent host | ip | node diff --git a/_api-reference/cat/cat-count.md b/_api-reference/cat/cat-count.md index e0c41c07..78960377 100644 --- a/_api-reference/cat/cat-count.md +++ b/_api-reference/cat/cat-count.md @@ -2,9 +2,11 @@ layout: default title: CAT count parent: CAT API - nav_order: 10 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-count/ + --- # CAT count diff --git a/_api-reference/cat/cat-field-data.md b/_api-reference/cat/cat-field-data.md index 10c32939..f20d2eaf 100644 --- a/_api-reference/cat/cat-field-data.md +++ b/_api-reference/cat/cat-field-data.md @@ -2,9 +2,10 @@ layout: default title: CAT field data parent: CAT API - nav_order: 15 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-field-data/ --- # CAT fielddata diff --git a/_api-reference/cat/cat-health.md b/_api-reference/cat/cat-health.md index 5c5fab0e..6d733435 100644 --- a/_api-reference/cat/cat-health.md +++ b/_api-reference/cat/cat-health.md @@ -5,6 +5,8 @@ parent: CAT API nav_order: 20 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-health/ --- # CAT health diff --git a/_api-reference/cat/cat-indices.md b/_api-reference/cat/cat-indices.md index 32c983bf..cbd75c62 100644 --- a/_api-reference/cat/cat-indices.md +++ b/_api-reference/cat/cat-indices.md @@ -2,16 +2,17 @@ layout: default title: CAT indices operation parent: CAT API - nav_order: 25 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-indices/ --- # CAT indices Introduced 1.0 {: .label .label-purple } -The CAT indices operation lists information related to indices⁠—how much disk space they are using, how many shards they have, their health status, and so on. +The CAT indices operation lists information related to indexes, that is, how much disk space they are using, how many shards they have, their health status, and so on. ## Example diff --git a/_api-reference/cat/cat-nodeattrs.md b/_api-reference/cat/cat-nodeattrs.md index ebfb58cb..72128c39 100644 --- a/_api-reference/cat/cat-nodeattrs.md +++ b/_api-reference/cat/cat-nodeattrs.md @@ -2,9 +2,10 @@ layout: default title: CAT nodeattrs parent: CAT API - nav_order: 35 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-nodeattrs/ --- # CAT nodeattrs diff --git a/_api-reference/cat/cat-nodes.md b/_api-reference/cat/cat-nodes.md index ace8a287..188b2938 100644 --- a/_api-reference/cat/cat-nodes.md +++ b/_api-reference/cat/cat-nodes.md @@ -5,6 +5,8 @@ parent: CAT API nav_order: 40 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-nodes/ --- # CAT nodes diff --git a/_api-reference/cat/cat-pending-tasks.md b/_api-reference/cat/cat-pending-tasks.md index fa9a5810..370d6240 100644 --- a/_api-reference/cat/cat-pending-tasks.md +++ b/_api-reference/cat/cat-pending-tasks.md @@ -5,6 +5,8 @@ parent: CAT API nav_order: 45 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-pending-tasks/ --- # CAT pending tasks diff --git a/_api-reference/cat/cat-plugins.md b/_api-reference/cat/cat-plugins.md index 2f535127..dd7eb292 100644 --- a/_api-reference/cat/cat-plugins.md +++ b/_api-reference/cat/cat-plugins.md @@ -5,6 +5,8 @@ parent: CAT API nav_order: 50 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-plugins/ --- # CAT plugins diff --git a/_api-reference/cat/cat-recovery.md b/_api-reference/cat/cat-recovery.md index c1df5e3a..ed8ab43e 100644 --- a/_api-reference/cat/cat-recovery.md +++ b/_api-reference/cat/cat-recovery.md @@ -5,6 +5,8 @@ parent: CAT API nav_order: 50 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-recovery/ --- # CAT recovery diff --git a/_api-reference/cat/cat-repositories.md b/_api-reference/cat/cat-repositories.md index 906f29b2..adafa4c6 100644 --- a/_api-reference/cat/cat-repositories.md +++ b/_api-reference/cat/cat-repositories.md @@ -5,6 +5,8 @@ parent: CAT API nav_order: 52 has_children: false +redirect_from: + - /opensearch/rest-api/cat/cat-repositories/ --- # CAT repositories diff --git a/_api-reference/cat/cat-segments.md b/_api-reference/cat/cat-segments.md index 131a7a74..6d7cf803 100644 --- a/_api-reference/cat/cat-segments.md +++ b/_api-reference/cat/cat-segments.md @@ -5,6 +5,8 @@ parent: CAT API nav_order: 55 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-segments/ --- # CAT segments @@ -44,7 +46,7 @@ GET _cat/segments All CAT segments URL parameters are optional. -In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameter: +In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameters: Parameter | Type | Description :--- | :--- | :--- diff --git a/_api-reference/cat/cat-shards.md b/_api-reference/cat/cat-shards.md index d07127c4..f7cd507c 100644 --- a/_api-reference/cat/cat-shards.md +++ b/_api-reference/cat/cat-shards.md @@ -5,6 +5,8 @@ parent: CAT API nav_order: 60 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-shards/ --- # CAT shards @@ -44,7 +46,7 @@ GET _cat/shards All cat shards URL parameters are optional. -In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameter: +In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameters: Parameter | Type | Description :--- | :--- | :--- diff --git a/_api-reference/cat/cat-snapshots.md b/_api-reference/cat/cat-snapshots.md index fcdd3c61..ff45623a 100644 --- a/_api-reference/cat/cat-snapshots.md +++ b/_api-reference/cat/cat-snapshots.md @@ -5,6 +5,8 @@ parent: CAT API nav_order: 65 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-snapshots/ --- # CAT snapshots diff --git a/_api-reference/cat/cat-tasks.md b/_api-reference/cat/cat-tasks.md index d80fb11c..07a35339 100644 --- a/_api-reference/cat/cat-tasks.md +++ b/_api-reference/cat/cat-tasks.md @@ -5,6 +5,8 @@ parent: CAT API nav_order: 70 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-tasks/ --- # CAT tasks @@ -30,7 +32,7 @@ GET _cat/tasks All CAT tasks URL parameters are optional. -In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameter: +In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameters: Parameter | Type | Description :--- | :--- | :--- diff --git a/_api-reference/cat/cat-templates.md b/_api-reference/cat/cat-templates.md index f361ae26..0884cda6 100644 --- a/_api-reference/cat/cat-templates.md +++ b/_api-reference/cat/cat-templates.md @@ -5,13 +5,15 @@ parent: CAT API nav_order: 70 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-templates/ --- # CAT templates Introduced 1.0 {: .label .label-purple } -The CAT Templates operation lists the names, patterns, order numbers, and version numbers of index templates. +The CAT templates operation lists the names, patterns, order numbers, and version numbers of index templates. ## Example @@ -38,7 +40,7 @@ GET _cat/templates All CAT templates URL parameters are optional. -In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameter: +In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameters: Parameter | Type | Description :--- | :--- | :--- diff --git a/_api-reference/cat/cat-thread-pool.md b/_api-reference/cat/cat-thread-pool.md index 9a48b0d0..6fc110bb 100644 --- a/_api-reference/cat/cat-thread-pool.md +++ b/_api-reference/cat/cat-thread-pool.md @@ -4,6 +4,8 @@ title: CAT thread pool parent: CAT API nav_order: 75 has_children: false +redirect_from: +- /opensearch/rest-api/cat/cat-thread-pool/ --- # CAT thread pool @@ -43,7 +45,7 @@ GET _cat/thread_pool All CAT thread pool URL parameters are optional. -In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameter: +In addition to the [common URL parameters]({{site.url}}{{site.baseurl}}/api-reference/cat/index), you can specify the following parameters: Parameter | Type | Description :--- | :--- | :--- diff --git a/_api-reference/cat/index.md b/_api-reference/cat/index.md index cc9aae18..7f4396f4 100644 --- a/_api-reference/cat/index.md +++ b/_api-reference/cat/index.md @@ -5,7 +5,7 @@ nav_order: 10 has_children: true redirect_from: - /opensearch/catapis/ - - /opensearch/rest-api/cat + - /opensearch/rest-api/cat/index/ --- # CAT API diff --git a/_api-reference/document-apis/bulk.md b/_api-reference/document-apis/bulk.md index e7bd8732..a4b63706 100644 --- a/_api-reference/document-apis/bulk.md +++ b/_api-reference/document-apis/bulk.md @@ -3,13 +3,15 @@ layout: default title: Bulk parent: Document APIs nav_order: 20 +redirect_from: + - /opensearch/rest-api/document-apis/bulk/ --- # Bulk Introduced 1.0 {: .label .label-purple } -The bulk operation lets you add, update, or delete many documents in a single request. Compared to individual OpenSearch indexing requests, the bulk operation has significant performance benefits. Whenever practical, we recommend batching indexing operations into bulk requests. +The bulk operation lets you add, update, or delete multiple documents in a single request. Compared to individual OpenSearch indexing requests, the bulk operation has significant performance benefits. Whenever practical, we recommend batching indexing operations into bulk requests. ## Example diff --git a/_data-prepper/index.md b/_data-prepper/index.md index 98a0933c..20f27693 100644 --- a/_data-prepper/index.md +++ b/_data-prepper/index.md @@ -7,6 +7,7 @@ has_toc: false redirect_from: - /clients/data-prepper/index/ - /data-prepper/ + - /monitoring-plugins/trace/data-prepper/ --- # Data Prepper diff --git a/_data-prepper/managing-data-prepper/configuring-data-prepper.md b/_data-prepper/managing-data-prepper/configuring-data-prepper.md index 6654cadd..f6dfdbd3 100644 --- a/_data-prepper/managing-data-prepper/configuring-data-prepper.md +++ b/_data-prepper/managing-data-prepper/configuring-data-prepper.md @@ -3,6 +3,8 @@ layout: default title: Configuring Data Prepper parent: Managing Data Prepper nav_order: 5 +redirect_from: + - /clients/data-prepper/data-prepper-reference/ --- # Configuring Data Prepper @@ -21,8 +23,8 @@ serverPort | No | Integer | Port number to use for server APIs. Defaults to 4900 metricRegistries | No | List | Metrics registries for publishing the generated metrics. Currently supports Prometheus and CloudWatch. Defaults to Prometheus. metricTags | No | Map | Key-value pairs as common metric tags to metric registries. The maximum number of pairs is three. Note that `serviceName` is a reserved tag key with `DataPrepper` as default tag value. Alternatively, administrators can set this value through the environment variable `DATAPREPPER_SERVICE_NAME`. If `serviceName` is defined in `metricTags`, that value overwrites those set through the above methods. authentication | No | Object | Authentication configuration. Valid option is `http_basic` with `username` and `password` properties. If not defined, the server does not perform authentication. -processorShutdownTimeout | No | Duration | Time given to processors to clear any in-flight data and gracefully shutdown. Default is 30s. -sinkShutdownTimeout | No | Duration | Time given to sinks to clear any in-flight data and gracefully shutdown. Default is 30s. +processorShutdownTimeout | No | Duration | Time given to processors to clear any in-flight data and gracefully shut down. Default is 30s. +sinkShutdownTimeout | No | Duration | Time given to sinks to clear any in-flight data and gracefully shut down. Default is 30s. peer_forwarder | No | Object | Peer forwarder configurations. See [Peer forwarder options](#peer-forwarder-options) for more details. ### Peer forwarder options