From cca711a0358a67e52aa86c464d5264d52e5d2fce Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Wed, 26 Jun 2024 17:10:37 -0400 Subject: [PATCH] Add redirects to clients, data prepper, and benchmark sections for 2.3 Signed-off-by: Fanit Kolchina --- _clients/OSC-dot-net.md | 1 + _clients/OSC-example.md | 1 + _clients/OpenSearch-dot-net.md | 1 + _clients/dot-net-conventions.md | 1 + _clients/dot-net.md | 1 + _clients/go.md | 1 + _clients/index.md | 1 + _clients/java-rest-high-level.md | 1 + _clients/java.md | 1 + _clients/javascript/helpers.md | 1 + _clients/javascript/index.md | 1 + _clients/php.md | 1 + _clients/python-high-level.md | 1 + _clients/python-low-level.md | 1 + _clients/ruby.md | 1 + _clients/rust.md | 1 + _data-prepper/common-use-cases/common-use-cases.md | 1 + _data-prepper/common-use-cases/log-analytics.md | 1 + _data-prepper/common-use-cases/trace-analytics.md | 1 + _data-prepper/getting-started.md | 1 + _data-prepper/index.md | 1 + _data-prepper/managing-data-prepper/configuring-data-prepper.md | 1 + _data-prepper/managing-data-prepper/configuring-log4j.md | 1 + _data-prepper/managing-data-prepper/core-apis.md | 1 + _data-prepper/managing-data-prepper/managing-data-prepper.md | 1 + _data-prepper/managing-data-prepper/monitoring.md | 1 + _data-prepper/managing-data-prepper/peer-forwarder.md | 1 + _data-prepper/migrate-open-distro.md | 1 + _data-prepper/migrating-from-logstash-data-prepper.md | 1 + .../pipelines/configuration/buffers/bounded-blocking.md | 1 + _data-prepper/pipelines/configuration/buffers/buffers.md | 1 + _data-prepper/pipelines/configuration/processors/add-entries.md | 1 + _data-prepper/pipelines/configuration/processors/aggregate.md | 1 + .../pipelines/configuration/processors/anomaly-detector.md | 1 + _data-prepper/pipelines/configuration/processors/copy-values.md | 1 + _data-prepper/pipelines/configuration/processors/csv.md | 1 + _data-prepper/pipelines/configuration/processors/date.md | 1 + .../pipelines/configuration/processors/delete-entries.md | 1 + _data-prepper/pipelines/configuration/processors/drop-events.md | 1 + _data-prepper/pipelines/configuration/processors/grok.md | 1 + _data-prepper/pipelines/configuration/processors/key-value.md | 1 + .../pipelines/configuration/processors/lowercase-string.md | 1 + .../pipelines/configuration/processors/mutate-event.md | 1 + .../pipelines/configuration/processors/mutate-string.md | 1 + .../pipelines/configuration/processors/otel-metrics.md | 1 + .../pipelines/configuration/processors/otel-trace-group.md | 1 + .../pipelines/configuration/processors/otel-trace-raw.md | 1 + _data-prepper/pipelines/configuration/processors/parse-json.md | 1 + _data-prepper/pipelines/configuration/processors/processors.md | 1 + _data-prepper/pipelines/configuration/processors/rename-keys.md | 1 + _data-prepper/pipelines/configuration/processors/routes.md | 1 + .../pipelines/configuration/processors/service-map-stateful.md | 1 + .../pipelines/configuration/processors/split-string.md | 1 + .../pipelines/configuration/processors/string-converter.md | 1 + .../pipelines/configuration/processors/substitute-string.md | 1 + .../pipelines/configuration/processors/trace-peer-forwarder.md | 1 + _data-prepper/pipelines/configuration/processors/trim-string.md | 1 + .../pipelines/configuration/processors/uppercase-string.md | 1 + _data-prepper/pipelines/configuration/sinks/file.md | 1 + _data-prepper/pipelines/configuration/sinks/opensearch.md | 1 + _data-prepper/pipelines/configuration/sinks/pipeline.md | 1 + _data-prepper/pipelines/configuration/sinks/sinks.md | 1 + _data-prepper/pipelines/configuration/sinks/stdout.md | 1 + _data-prepper/pipelines/configuration/sources/http-source.md | 1 + .../pipelines/configuration/sources/otel-logs-source.md | 1 + .../pipelines/configuration/sources/otel-metrics-source.md | 1 + _data-prepper/pipelines/configuration/sources/otel-trace.md | 1 + _data-prepper/pipelines/configuration/sources/s3.md | 1 + _data-prepper/pipelines/configuration/sources/sources.md | 1 + _data-prepper/pipelines/expression-syntax.md | 1 + _data-prepper/pipelines/pipelines-configuration-options.md | 1 + _data-prepper/pipelines/pipelines.md | 1 + _observing-your-data/log-analytics.md | 2 -- 73 files changed, 72 insertions(+), 2 deletions(-) delete mode 100644 _observing-your-data/log-analytics.md diff --git a/_clients/OSC-dot-net.md b/_clients/OSC-dot-net.md index 7343b44e35..45ea019a6f 100644 --- a/_clients/OSC-dot-net.md +++ b/_clients/OSC-dot-net.md @@ -5,6 +5,7 @@ nav_order: 10 has_children: false parent: .NET clients canonical_url: https://opensearch.org/docs/latest/clients/OSC-dot-net/ +redirect_to: https://opensearch.org/docs/latest/clients/OSC-dot-net/ --- # Getting started with the high-level .NET client (OpenSearch.Client) diff --git a/_clients/OSC-example.md b/_clients/OSC-example.md index 68cd5ca52b..e8bb1107f4 100644 --- a/_clients/OSC-example.md +++ b/_clients/OSC-example.md @@ -5,6 +5,7 @@ nav_order: 12 has_children: false parent: .NET clients canonical_url: https://opensearch.org/docs/latest/clients/OSC-example/ +redirect_to: https://opensearch.org/docs/latest/clients/OSC-example/ --- # More advanced features of the high-level .NET client (OpenSearch.Client) diff --git a/_clients/OpenSearch-dot-net.md b/_clients/OpenSearch-dot-net.md index 07c7e595d5..57bc8f316a 100644 --- a/_clients/OpenSearch-dot-net.md +++ b/_clients/OpenSearch-dot-net.md @@ -5,6 +5,7 @@ nav_order: 30 has_children: false parent: .NET clients canonical_url: https://opensearch.org/docs/latest/clients/OpenSearch-dot-net/ +redirect_to: https://opensearch.org/docs/latest/clients/OpenSearch-dot-net/ --- # Low-level .NET client (OpenSearch.Net) diff --git a/_clients/dot-net-conventions.md b/_clients/dot-net-conventions.md index 585e637a4d..058c311a00 100644 --- a/_clients/dot-net-conventions.md +++ b/_clients/dot-net-conventions.md @@ -5,6 +5,7 @@ nav_order: 20 has_children: false parent: .NET clients canonical_url: https://opensearch.org/docs/latest/clients/dot-net-conventions/ +redirect_to: https://opensearch.org/docs/latest/clients/dot-net-conventions/ --- # .NET client considerations and best practices diff --git a/_clients/dot-net.md b/_clients/dot-net.md index 62f454c44c..9ecd611802 100644 --- a/_clients/dot-net.md +++ b/_clients/dot-net.md @@ -5,6 +5,7 @@ nav_order: 75 has_children: true has_toc: false canonical_url: https://opensearch.org/docs/latest/clients/dot-net/ +redirect_to: https://opensearch.org/docs/latest/clients/dot-net/ --- # .NET clients diff --git a/_clients/go.md b/_clients/go.md index dea4aaaae2..7aad9333fd 100644 --- a/_clients/go.md +++ b/_clients/go.md @@ -3,6 +3,7 @@ layout: default title: Go client nav_order: 50 canonical_url: https://opensearch.org/docs/latest/clients/go/ +redirect_to: https://opensearch.org/docs/latest/clients/go/ --- # Go client diff --git a/_clients/index.md b/_clients/index.md index cbf251bd00..be3eea14a2 100644 --- a/_clients/index.md +++ b/_clients/index.md @@ -6,6 +6,7 @@ has_children: false redirect_from: - /clients/ canonical_url: https://opensearch.org/docs/latest/clients/ +redirect_to: https://opensearch.org/docs/latest/clients/ --- # OpenSearch language clients diff --git a/_clients/java-rest-high-level.md b/_clients/java-rest-high-level.md index 0311c58d25..48cd205517 100644 --- a/_clients/java-rest-high-level.md +++ b/_clients/java-rest-high-level.md @@ -3,6 +3,7 @@ layout: default title: Java high-level REST client nav_order: 20 canonical_url: https://opensearch.org/docs/latest/clients/java-rest-high-level/ +redirect_to: https://opensearch.org/docs/latest/clients/java-rest-high-level/ --- # Java high-level REST client diff --git a/_clients/java.md b/_clients/java.md index f1066f54bf..5badd5089f 100644 --- a/_clients/java.md +++ b/_clients/java.md @@ -3,6 +3,7 @@ layout: default title: Java client nav_order: 30 canonical_url: https://opensearch.org/docs/latest/clients/java/ +redirect_to: https://opensearch.org/docs/latest/clients/java/ --- # Java client diff --git a/_clients/javascript/helpers.md b/_clients/javascript/helpers.md index f9896aa455..90fcc34ac9 100644 --- a/_clients/javascript/helpers.md +++ b/_clients/javascript/helpers.md @@ -4,6 +4,7 @@ title: Helper methods parent: JavaScript client nav_order: 2 canonical_url: https://opensearch.org/docs/latest/clients/javascript/helpers/ +redirect_to: https://opensearch.org/docs/latest/clients/javascript/helpers/ --- # Helper methods diff --git a/_clients/javascript/index.md b/_clients/javascript/index.md index abfbd10c9e..ea347b69f0 100644 --- a/_clients/javascript/index.md +++ b/_clients/javascript/index.md @@ -4,6 +4,7 @@ title: JavaScript client has_children: true nav_order: 40 canonical_url: https://opensearch.org/docs/latest/clients/javascript/index/ +redirect_to: https://opensearch.org/docs/latest/clients/javascript/index/ --- # JavaScript client diff --git a/_clients/php.md b/_clients/php.md index 088994100a..1d1cfff920 100644 --- a/_clients/php.md +++ b/_clients/php.md @@ -3,6 +3,7 @@ layout: default title: PHP client nav_order: 70 canonical_url: https://opensearch.org/docs/latest/clients/php/ +redirect_to: https://opensearch.org/docs/latest/clients/php/ --- # PHP client diff --git a/_clients/python-high-level.md b/_clients/python-high-level.md index bd883f1866..5d90645caf 100644 --- a/_clients/python-high-level.md +++ b/_clients/python-high-level.md @@ -3,6 +3,7 @@ layout: default title: High-level Python client nav_order: 5 canonical_url: https://opensearch.org/docs/latest/clients/python-high-level/ +redirect_to: https://opensearch.org/docs/latest/clients/python-high-level/ --- The OpenSearch high-level Python client (`opensearch-dsl-py`) will be deprecated after version 2.1.0. We recommend switching to the [Python client (`opensearch-py`)]({{site.url}}{{site.baseurl}}/clients/python-low-level/), which now includes the functionality of `opensearch-dsl-py`. diff --git a/_clients/python-low-level.md b/_clients/python-low-level.md index 544fd583a1..cc567bad97 100644 --- a/_clients/python-low-level.md +++ b/_clients/python-low-level.md @@ -3,6 +3,7 @@ layout: default title: Low-level Python client nav_order: 10 canonical_url: https://opensearch.org/docs/latest/clients/python-low-level/ +redirect_to: https://opensearch.org/docs/latest/clients/python-low-level/ --- # Low-level Python client diff --git a/_clients/ruby.md b/_clients/ruby.md index d0acd6b34b..4cdfcf54c1 100644 --- a/_clients/ruby.md +++ b/_clients/ruby.md @@ -4,6 +4,7 @@ title: Ruby client nav_order: 60 has_children: false canonical_url: https://opensearch.org/docs/latest/clients/ruby/ +redirect_to: https://opensearch.org/docs/latest/clients/ruby/ --- # Ruby client diff --git a/_clients/rust.md b/_clients/rust.md index f1a4092f07..04fd0ae595 100644 --- a/_clients/rust.md +++ b/_clients/rust.md @@ -3,6 +3,7 @@ layout: default title: Rust client nav_order: 100 canonical_url: https://opensearch.org/docs/latest/clients/rust/ +redirect_to: https://opensearch.org/docs/latest/clients/rust/ --- # Rust client diff --git a/_data-prepper/common-use-cases/common-use-cases.md b/_data-prepper/common-use-cases/common-use-cases.md index 286a1524dd..dbbf5ceb3c 100644 --- a/_data-prepper/common-use-cases/common-use-cases.md +++ b/_data-prepper/common-use-cases/common-use-cases.md @@ -6,6 +6,7 @@ nav_order: 15 redirect_from: - /data-prepper/common-use-cases/ canonical_url: https://opensearch.org/docs/latest/data-prepper/common-use-cases/common-use-cases/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/common-use-cases/common-use-cases/ --- # Common use cases diff --git a/_data-prepper/common-use-cases/log-analytics.md b/_data-prepper/common-use-cases/log-analytics.md index 53f0471602..21e5328ab9 100644 --- a/_data-prepper/common-use-cases/log-analytics.md +++ b/_data-prepper/common-use-cases/log-analytics.md @@ -4,6 +4,7 @@ title: Log analytics parent: Common use cases nav_order: 10 canonical_url: https://opensearch.org/docs/latest/data-prepper/common-use-cases/log-analytics/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/common-use-cases/log-analytics/ --- # Log analytics diff --git a/_data-prepper/common-use-cases/trace-analytics.md b/_data-prepper/common-use-cases/trace-analytics.md index 8f7c2d121e..f8de0993a8 100644 --- a/_data-prepper/common-use-cases/trace-analytics.md +++ b/_data-prepper/common-use-cases/trace-analytics.md @@ -4,6 +4,7 @@ title: Trace analytics parent: Common use cases nav_order: 5 canonical_url: https://opensearch.org/docs/latest/data-prepper/common-use-cases/trace-analytics/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/common-use-cases/trace-analytics/ --- # Trace analytics diff --git a/_data-prepper/getting-started.md b/_data-prepper/getting-started.md index 14985361fd..04fb8bfb83 100644 --- a/_data-prepper/getting-started.md +++ b/_data-prepper/getting-started.md @@ -5,6 +5,7 @@ nav_order: 5 redirect_from: - /clients/data-prepper/get-started/ canonical_url: https://opensearch.org/docs/latest/data-prepper/getting-started/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/getting-started/ --- # Getting started with Data Prepper diff --git a/_data-prepper/index.md b/_data-prepper/index.md index eafee8d28a..b4c4dfa583 100644 --- a/_data-prepper/index.md +++ b/_data-prepper/index.md @@ -8,6 +8,7 @@ redirect_from: - /clients/data-prepper/index/ - /data-prepper/ canonical_url: https://opensearch.org/docs/latest/data-prepper/ +redirect_to: https://opensearch.org/docs/latest/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 e8762fab18..b11bc4301e 100644 --- a/_data-prepper/managing-data-prepper/configuring-data-prepper.md +++ b/_data-prepper/managing-data-prepper/configuring-data-prepper.md @@ -4,6 +4,7 @@ title: Configuring Data Prepper parent: Managing Data Prepper nav_order: 5 canonical_url: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/configuring-data-prepper/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/configuring-data-prepper/ --- # Configuring Data Prepper diff --git a/_data-prepper/managing-data-prepper/configuring-log4j.md b/_data-prepper/managing-data-prepper/configuring-log4j.md index 772ee71caa..2099b12b04 100644 --- a/_data-prepper/managing-data-prepper/configuring-log4j.md +++ b/_data-prepper/managing-data-prepper/configuring-log4j.md @@ -4,6 +4,7 @@ title: Configuring Log4j parent: Managing Data Prepper nav_order: 20 canonical_url: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/configuring-log4j/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/configuring-log4j/ --- # Configuring Log4j diff --git a/_data-prepper/managing-data-prepper/core-apis.md b/_data-prepper/managing-data-prepper/core-apis.md index 3ac3e3dcd0..23912d0575 100644 --- a/_data-prepper/managing-data-prepper/core-apis.md +++ b/_data-prepper/managing-data-prepper/core-apis.md @@ -4,6 +4,7 @@ title: Core APIs parent: Managing Data Prepper nav_order: 15 canonical_url: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/core-apis/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/core-apis/ --- # Core APIs diff --git a/_data-prepper/managing-data-prepper/managing-data-prepper.md b/_data-prepper/managing-data-prepper/managing-data-prepper.md index 01cb4ec81f..788ca68ec8 100644 --- a/_data-prepper/managing-data-prepper/managing-data-prepper.md +++ b/_data-prepper/managing-data-prepper/managing-data-prepper.md @@ -4,6 +4,7 @@ title: Managing Data Prepper has_children: true nav_order: 20 canonical_url: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/managing-data-prepper/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/managing-data-prepper/ --- # Managing Data Prepper diff --git a/_data-prepper/managing-data-prepper/monitoring.md b/_data-prepper/managing-data-prepper/monitoring.md index 0daf8c888d..9f9fa1f14b 100644 --- a/_data-prepper/managing-data-prepper/monitoring.md +++ b/_data-prepper/managing-data-prepper/monitoring.md @@ -4,6 +4,7 @@ title: Monitoring parent: Managing Data Prepper nav_order: 25 canonical_url: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/monitoring/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/monitoring/ --- # Monitoring Data Prepper with metrics diff --git a/_data-prepper/managing-data-prepper/peer-forwarder.md b/_data-prepper/managing-data-prepper/peer-forwarder.md index 6fa77577e7..47e9c9a89b 100644 --- a/_data-prepper/managing-data-prepper/peer-forwarder.md +++ b/_data-prepper/managing-data-prepper/peer-forwarder.md @@ -4,6 +4,7 @@ title: Peer forwarder parent: Managing Data Prepper nav_order: 10 canonical_url: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/peer-forwarder/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/managing-data-prepper/peer-forwarder/ --- # Peer forwarder diff --git a/_data-prepper/migrate-open-distro.md b/_data-prepper/migrate-open-distro.md index 820a6b9a7d..82c38d7954 100644 --- a/_data-prepper/migrate-open-distro.md +++ b/_data-prepper/migrate-open-distro.md @@ -3,6 +3,7 @@ layout: default title: Migrating from Open Distro nav_order: 30 canonical_url: https://opensearch.org/docs/latest/data-prepper/migrate-open-distro/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/migrate-open-distro/ --- # Migrating from Open Distro diff --git a/_data-prepper/migrating-from-logstash-data-prepper.md b/_data-prepper/migrating-from-logstash-data-prepper.md index 285e04bc60..6d983585a8 100644 --- a/_data-prepper/migrating-from-logstash-data-prepper.md +++ b/_data-prepper/migrating-from-logstash-data-prepper.md @@ -5,6 +5,7 @@ nav_order: 25 redirect_from: - /data-prepper/configure-logstash-data-prepper/ canonical_url: https://opensearch.org/docs/latest/data-prepper/migrating-from-logstash-data-prepper/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/migrating-from-logstash-data-prepper/ --- # Migrating from Logstash diff --git a/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md b/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md index ea713e5a2b..c44e00560a 100644 --- a/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md +++ b/_data-prepper/pipelines/configuration/buffers/bounded-blocking.md @@ -5,6 +5,7 @@ parent: Buffers grand_parent: Pipelines nav_order: 50 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/buffers/bounded-blocking/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/buffers/bounded-blocking/ --- # Bounded blocking diff --git a/_data-prepper/pipelines/configuration/buffers/buffers.md b/_data-prepper/pipelines/configuration/buffers/buffers.md index 4cba87e441..7cc7bef4b5 100644 --- a/_data-prepper/pipelines/configuration/buffers/buffers.md +++ b/_data-prepper/pipelines/configuration/buffers/buffers.md @@ -5,6 +5,7 @@ parent: Pipelines has_children: true nav_order: 20 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/buffers/buffers/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/buffers/buffers/ --- # Buffers diff --git a/_data-prepper/pipelines/configuration/processors/add-entries.md b/_data-prepper/pipelines/configuration/processors/add-entries.md index 5e1c7ce37d..6b700e9075 100644 --- a/_data-prepper/pipelines/configuration/processors/add-entries.md +++ b/_data-prepper/pipelines/configuration/processors/add-entries.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/add-entries/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/add-entries/ --- # add_entries diff --git a/_data-prepper/pipelines/configuration/processors/aggregate.md b/_data-prepper/pipelines/configuration/processors/aggregate.md index e1a36f054a..df56ee3217 100644 --- a/_data-prepper/pipelines/configuration/processors/aggregate.md +++ b/_data-prepper/pipelines/configuration/processors/aggregate.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/aggregate/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/aggregate/ --- # aggregate diff --git a/_data-prepper/pipelines/configuration/processors/anomaly-detector.md b/_data-prepper/pipelines/configuration/processors/anomaly-detector.md index 473ddcae8f..89bd04bb2d 100644 --- a/_data-prepper/pipelines/configuration/processors/anomaly-detector.md +++ b/_data-prepper/pipelines/configuration/processors/anomaly-detector.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/anomaly-detector/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/anomaly-detector/ --- # anomaly_detector diff --git a/_data-prepper/pipelines/configuration/processors/copy-values.md b/_data-prepper/pipelines/configuration/processors/copy-values.md index 97943e58ad..224a6a7ece 100644 --- a/_data-prepper/pipelines/configuration/processors/copy-values.md +++ b/_data-prepper/pipelines/configuration/processors/copy-values.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/copy-values/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/copy-values/ --- # copy_values diff --git a/_data-prepper/pipelines/configuration/processors/csv.md b/_data-prepper/pipelines/configuration/processors/csv.md index 7961b585a2..52a3d9b278 100644 --- a/_data-prepper/pipelines/configuration/processors/csv.md +++ b/_data-prepper/pipelines/configuration/processors/csv.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/csv/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/csv/ --- # csv diff --git a/_data-prepper/pipelines/configuration/processors/date.md b/_data-prepper/pipelines/configuration/processors/date.md index 571825df8b..505ecefda3 100644 --- a/_data-prepper/pipelines/configuration/processors/date.md +++ b/_data-prepper/pipelines/configuration/processors/date.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/date/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/date/ --- # date diff --git a/_data-prepper/pipelines/configuration/processors/delete-entries.md b/_data-prepper/pipelines/configuration/processors/delete-entries.md index 81f8ae0b37..0ba230bf61 100644 --- a/_data-prepper/pipelines/configuration/processors/delete-entries.md +++ b/_data-prepper/pipelines/configuration/processors/delete-entries.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/delete-entries/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/delete-entries/ --- # delete_entries diff --git a/_data-prepper/pipelines/configuration/processors/drop-events.md b/_data-prepper/pipelines/configuration/processors/drop-events.md index f179daa3b3..16085f1d2f 100644 --- a/_data-prepper/pipelines/configuration/processors/drop-events.md +++ b/_data-prepper/pipelines/configuration/processors/drop-events.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/drop-events/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/drop-events/ --- # drop_events diff --git a/_data-prepper/pipelines/configuration/processors/grok.md b/_data-prepper/pipelines/configuration/processors/grok.md index 8c2ea5109f..0639793ca6 100644 --- a/_data-prepper/pipelines/configuration/processors/grok.md +++ b/_data-prepper/pipelines/configuration/processors/grok.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/grok/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/grok/ --- # grok diff --git a/_data-prepper/pipelines/configuration/processors/key-value.md b/_data-prepper/pipelines/configuration/processors/key-value.md index 33e9eab73c..f3d58d3f3f 100644 --- a/_data-prepper/pipelines/configuration/processors/key-value.md +++ b/_data-prepper/pipelines/configuration/processors/key-value.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/key-value/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/key-value/ --- # key_value diff --git a/_data-prepper/pipelines/configuration/processors/lowercase-string.md b/_data-prepper/pipelines/configuration/processors/lowercase-string.md index c37c3831f9..23821aa39f 100644 --- a/_data-prepper/pipelines/configuration/processors/lowercase-string.md +++ b/_data-prepper/pipelines/configuration/processors/lowercase-string.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/lowercase-string/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/lowercase-string/ --- # lowercase_string diff --git a/_data-prepper/pipelines/configuration/processors/mutate-event.md b/_data-prepper/pipelines/configuration/processors/mutate-event.md index 0be317ca02..bd092eb68f 100644 --- a/_data-prepper/pipelines/configuration/processors/mutate-event.md +++ b/_data-prepper/pipelines/configuration/processors/mutate-event.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/mutate-event/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/mutate-event/ --- # Mutate event processors diff --git a/_data-prepper/pipelines/configuration/processors/mutate-string.md b/_data-prepper/pipelines/configuration/processors/mutate-string.md index 415dd5579e..ad052d914d 100644 --- a/_data-prepper/pipelines/configuration/processors/mutate-string.md +++ b/_data-prepper/pipelines/configuration/processors/mutate-string.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/mutate-string/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/mutate-string/ --- # Mutate string processors diff --git a/_data-prepper/pipelines/configuration/processors/otel-metrics.md b/_data-prepper/pipelines/configuration/processors/otel-metrics.md index 47f0eae885..1eb4bb50e9 100644 --- a/_data-prepper/pipelines/configuration/processors/otel-metrics.md +++ b/_data-prepper/pipelines/configuration/processors/otel-metrics.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 72 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/otel-metrics/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/otel-metrics/ --- # otel_metrics processor diff --git a/_data-prepper/pipelines/configuration/processors/otel-trace-group.md b/_data-prepper/pipelines/configuration/processors/otel-trace-group.md index 1625e50e43..4d2066dbf1 100644 --- a/_data-prepper/pipelines/configuration/processors/otel-trace-group.md +++ b/_data-prepper/pipelines/configuration/processors/otel-trace-group.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/otel-trace-group/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/otel-trace-group/ --- # otel_trace_group processor diff --git a/_data-prepper/pipelines/configuration/processors/otel-trace-raw.md b/_data-prepper/pipelines/configuration/processors/otel-trace-raw.md index cb71d05c88..2cda3d0f42 100644 --- a/_data-prepper/pipelines/configuration/processors/otel-trace-raw.md +++ b/_data-prepper/pipelines/configuration/processors/otel-trace-raw.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/otel-trace-raw/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/otel-trace-raw/ --- # otel_trace_raw diff --git a/_data-prepper/pipelines/configuration/processors/parse-json.md b/_data-prepper/pipelines/configuration/processors/parse-json.md index 7bf4883e92..6a95b268d1 100644 --- a/_data-prepper/pipelines/configuration/processors/parse-json.md +++ b/_data-prepper/pipelines/configuration/processors/parse-json.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/parse-json/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/parse-json/ --- # parse_json diff --git a/_data-prepper/pipelines/configuration/processors/processors.md b/_data-prepper/pipelines/configuration/processors/processors.md index 48f27734ac..6e2d2e776b 100644 --- a/_data-prepper/pipelines/configuration/processors/processors.md +++ b/_data-prepper/pipelines/configuration/processors/processors.md @@ -5,6 +5,7 @@ has_children: true parent: Pipelines nav_order: 25 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/processors/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/processors/ --- # Processors diff --git a/_data-prepper/pipelines/configuration/processors/rename-keys.md b/_data-prepper/pipelines/configuration/processors/rename-keys.md index f762fad458..0f8058fc3c 100644 --- a/_data-prepper/pipelines/configuration/processors/rename-keys.md +++ b/_data-prepper/pipelines/configuration/processors/rename-keys.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 44 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/rename-keys/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/rename-keys/ --- # rename_keys diff --git a/_data-prepper/pipelines/configuration/processors/routes.md b/_data-prepper/pipelines/configuration/processors/routes.md index fad8907da6..4c7742d50b 100644 --- a/_data-prepper/pipelines/configuration/processors/routes.md +++ b/_data-prepper/pipelines/configuration/processors/routes.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/routes/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/routes/ --- # Routes diff --git a/_data-prepper/pipelines/configuration/processors/service-map-stateful.md b/_data-prepper/pipelines/configuration/processors/service-map-stateful.md index 8457c28417..3a002e3996 100644 --- a/_data-prepper/pipelines/configuration/processors/service-map-stateful.md +++ b/_data-prepper/pipelines/configuration/processors/service-map-stateful.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/service-map-stateful/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/service-map-stateful/ --- # service_map_stateful diff --git a/_data-prepper/pipelines/configuration/processors/split-string.md b/_data-prepper/pipelines/configuration/processors/split-string.md index 8dd05ddb80..3e9af0448b 100644 --- a/_data-prepper/pipelines/configuration/processors/split-string.md +++ b/_data-prepper/pipelines/configuration/processors/split-string.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/split-string/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/split-string/ --- # split_string diff --git a/_data-prepper/pipelines/configuration/processors/string-converter.md b/_data-prepper/pipelines/configuration/processors/string-converter.md index f9b207c59a..97771487de 100644 --- a/_data-prepper/pipelines/configuration/processors/string-converter.md +++ b/_data-prepper/pipelines/configuration/processors/string-converter.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/string-converter/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/string-converter/ --- # string_converter diff --git a/_data-prepper/pipelines/configuration/processors/substitute-string.md b/_data-prepper/pipelines/configuration/processors/substitute-string.md index eb2deb2c5c..1127038fcc 100644 --- a/_data-prepper/pipelines/configuration/processors/substitute-string.md +++ b/_data-prepper/pipelines/configuration/processors/substitute-string.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/substitute-string/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/substitute-string/ --- # substitute_string diff --git a/_data-prepper/pipelines/configuration/processors/trace-peer-forwarder.md b/_data-prepper/pipelines/configuration/processors/trace-peer-forwarder.md index c405e2dec2..7fd176dcad 100644 --- a/_data-prepper/pipelines/configuration/processors/trace-peer-forwarder.md +++ b/_data-prepper/pipelines/configuration/processors/trace-peer-forwarder.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/trace-peer-forwarder/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/trace-peer-forwarder/ --- # trace peer forwarder diff --git a/_data-prepper/pipelines/configuration/processors/trim-string.md b/_data-prepper/pipelines/configuration/processors/trim-string.md index 3fe0d5bc44..053cb9526d 100644 --- a/_data-prepper/pipelines/configuration/processors/trim-string.md +++ b/_data-prepper/pipelines/configuration/processors/trim-string.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/trim-string/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/trim-string/ --- # trim_string diff --git a/_data-prepper/pipelines/configuration/processors/uppercase-string.md b/_data-prepper/pipelines/configuration/processors/uppercase-string.md index 27577965ba..c468bccfd3 100644 --- a/_data-prepper/pipelines/configuration/processors/uppercase-string.md +++ b/_data-prepper/pipelines/configuration/processors/uppercase-string.md @@ -5,6 +5,7 @@ parent: Processors grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/uppercase-string/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/uppercase-string/ --- # uppercase_string diff --git a/_data-prepper/pipelines/configuration/sinks/file.md b/_data-prepper/pipelines/configuration/sinks/file.md index eb427f93cd..c0efd3903d 100644 --- a/_data-prepper/pipelines/configuration/sinks/file.md +++ b/_data-prepper/pipelines/configuration/sinks/file.md @@ -5,6 +5,7 @@ parent: Sinks grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/file/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/file/ --- # file sink diff --git a/_data-prepper/pipelines/configuration/sinks/opensearch.md b/_data-prepper/pipelines/configuration/sinks/opensearch.md index a5a003a1cd..8119bc31bf 100644 --- a/_data-prepper/pipelines/configuration/sinks/opensearch.md +++ b/_data-prepper/pipelines/configuration/sinks/opensearch.md @@ -5,6 +5,7 @@ parent: Sinks grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/opensearch/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/opensearch/ --- # OpenSearch sink diff --git a/_data-prepper/pipelines/configuration/sinks/pipeline.md b/_data-prepper/pipelines/configuration/sinks/pipeline.md index 6b99255148..e0cb0d42c1 100644 --- a/_data-prepper/pipelines/configuration/sinks/pipeline.md +++ b/_data-prepper/pipelines/configuration/sinks/pipeline.md @@ -5,6 +5,7 @@ parent: Sinks grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/pipeline/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/pipeline/ --- # Pipeline sink diff --git a/_data-prepper/pipelines/configuration/sinks/sinks.md b/_data-prepper/pipelines/configuration/sinks/sinks.md index a56b4a2413..20a95390d9 100644 --- a/_data-prepper/pipelines/configuration/sinks/sinks.md +++ b/_data-prepper/pipelines/configuration/sinks/sinks.md @@ -5,6 +5,7 @@ parent: Pipelines has_children: true nav_order: 30 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/sinks/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/sinks/ --- # Sinks diff --git a/_data-prepper/pipelines/configuration/sinks/stdout.md b/_data-prepper/pipelines/configuration/sinks/stdout.md index 9ffcf53f26..94e725bbc2 100644 --- a/_data-prepper/pipelines/configuration/sinks/stdout.md +++ b/_data-prepper/pipelines/configuration/sinks/stdout.md @@ -5,6 +5,7 @@ parent: Sinks grand_parent: Pipelines nav_order: 45 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/stdout/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sinks/stdout/ --- # stdout sink diff --git a/_data-prepper/pipelines/configuration/sources/http-source.md b/_data-prepper/pipelines/configuration/sources/http-source.md index 9009eaba9a..447fab264a 100644 --- a/_data-prepper/pipelines/configuration/sources/http-source.md +++ b/_data-prepper/pipelines/configuration/sources/http-source.md @@ -5,6 +5,7 @@ parent: Sources grand_parent: Pipelines nav_order: 5 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/http-source/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/http-source/ --- # http_source diff --git a/_data-prepper/pipelines/configuration/sources/otel-logs-source.md b/_data-prepper/pipelines/configuration/sources/otel-logs-source.md index e9de0e9ec1..f8651652cc 100644 --- a/_data-prepper/pipelines/configuration/sources/otel-logs-source.md +++ b/_data-prepper/pipelines/configuration/sources/otel-logs-source.md @@ -5,6 +5,7 @@ parent: Sources grand_parent: Pipelines nav_order: 25 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/otel-logs-source/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/otel-logs-source/ --- # otel_logs_source diff --git a/_data-prepper/pipelines/configuration/sources/otel-metrics-source.md b/_data-prepper/pipelines/configuration/sources/otel-metrics-source.md index 0079e619b2..e6f471ce4e 100644 --- a/_data-prepper/pipelines/configuration/sources/otel-metrics-source.md +++ b/_data-prepper/pipelines/configuration/sources/otel-metrics-source.md @@ -5,6 +5,7 @@ parent: Sources grand_parent: Pipelines nav_order: 10 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/otel-metrics-source/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/otel-metrics-source/ --- # otel_metrics_source diff --git a/_data-prepper/pipelines/configuration/sources/otel-trace.md b/_data-prepper/pipelines/configuration/sources/otel-trace.md index acd3540caa..5fd554d123 100644 --- a/_data-prepper/pipelines/configuration/sources/otel-trace.md +++ b/_data-prepper/pipelines/configuration/sources/otel-trace.md @@ -5,6 +5,7 @@ parent: Sources grand_parent: Pipelines nav_order: 15 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/otel-trace-source/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/otel-trace-source/ --- diff --git a/_data-prepper/pipelines/configuration/sources/s3.md b/_data-prepper/pipelines/configuration/sources/s3.md index 00ead0007d..5dcb98492f 100644 --- a/_data-prepper/pipelines/configuration/sources/s3.md +++ b/_data-prepper/pipelines/configuration/sources/s3.md @@ -5,6 +5,7 @@ parent: Sources grand_parent: Pipelines nav_order: 20 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/s3/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/s3/ --- # s3 diff --git a/_data-prepper/pipelines/configuration/sources/sources.md b/_data-prepper/pipelines/configuration/sources/sources.md index 31b4bdb94c..5c7d57ac3b 100644 --- a/_data-prepper/pipelines/configuration/sources/sources.md +++ b/_data-prepper/pipelines/configuration/sources/sources.md @@ -5,6 +5,7 @@ parent: Pipelines has_children: true nav_order: 15 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/sources/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/sources/sources/ --- # Sources diff --git a/_data-prepper/pipelines/expression-syntax.md b/_data-prepper/pipelines/expression-syntax.md index 0918838a3a..e96004fcfd 100644 --- a/_data-prepper/pipelines/expression-syntax.md +++ b/_data-prepper/pipelines/expression-syntax.md @@ -4,6 +4,7 @@ title: Expression syntax parent: Pipelines nav_order: 12 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/expression-syntax/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/expression-syntax/ --- # Expression syntax diff --git a/_data-prepper/pipelines/pipelines-configuration-options.md b/_data-prepper/pipelines/pipelines-configuration-options.md index e9f8e0f141..ed5a240024 100644 --- a/_data-prepper/pipelines/pipelines-configuration-options.md +++ b/_data-prepper/pipelines/pipelines-configuration-options.md @@ -4,6 +4,7 @@ title: Pipeline options parent: Pipelines nav_order: 11 canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/pipelines-configuration-options/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/pipelines-configuration-options/ --- # Pipeline options diff --git a/_data-prepper/pipelines/pipelines.md b/_data-prepper/pipelines/pipelines.md index 14bbc1acf0..8410c1f0a7 100644 --- a/_data-prepper/pipelines/pipelines.md +++ b/_data-prepper/pipelines/pipelines.md @@ -7,6 +7,7 @@ redirect_from: - /data-prepper/pipelines/ - /clients/data-prepper/pipelines/ canonical_url: https://opensearch.org/docs/latest/data-prepper/pipelines/pipelines/ +redirect_to: https://opensearch.org/docs/latest/data-prepper/pipelines/pipelines/ --- # Pipelines diff --git a/_observing-your-data/log-analytics.md b/_observing-your-data/log-analytics.md deleted file mode 100644 index 70bc612bdd..0000000000 --- a/_observing-your-data/log-analytics.md +++ /dev/null @@ -1,2 +0,0 @@ -canonical_url: https://opensearch.org/docs/latest/data-prepper/common-use-cases/log-analytics/ -canonical_url: https://opensearch.org/docs/latest/data-prepper/common-use-cases/log-analytics/