diff --git a/src/content/docs/alerts-applied-intelligence/new-relic-alerts/alert-policies/create-edit-or-find-alert-policy.mdx b/src/content/docs/alerts-applied-intelligence/new-relic-alerts/alert-policies/create-edit-or-find-alert-policy.mdx
index b147f4c4dcd..93e0ab1df4d 100644
--- a/src/content/docs/alerts-applied-intelligence/new-relic-alerts/alert-policies/create-edit-or-find-alert-policy.mdx
+++ b/src/content/docs/alerts-applied-intelligence/new-relic-alerts/alert-policies/create-edit-or-find-alert-policy.mdx
@@ -27,6 +27,7 @@ redirects:
- /docs/alerts/new-relic-alerts/configuring-alert-policies/name-or-rename-alert-policy
- /docs/alerts/new-relic-alerts/configuring-alert-policies/create-or-rename-alert-policy
- /docs/alerts/new-relic-alerts/configuring-alert-policies/create-edit-or-find-alert-policy
+ - /docs/alerts/new-relic-alerts-beta/configuring-alert-policies/alert-policy-workflow
---
import accountsGreenQuestionMark from 'images/accounts_icon_green-question-mark.webp'
diff --git a/src/content/docs/alerts-applied-intelligence/overview.mdx b/src/content/docs/alerts-applied-intelligence/overview.mdx
index bbc3e601c9f..b4a80e25dd2 100644
--- a/src/content/docs/alerts-applied-intelligence/overview.mdx
+++ b/src/content/docs/alerts-applied-intelligence/overview.mdx
@@ -27,6 +27,7 @@ redirects:
- /docs/alerts-applied-intelligence/new-relic-alerts/learn-alerts/introduction-alerts
- /docs/alerts-applied-intelligence/new-relic-alerts/learn-alerts/alerts-concepts-workflow
- /docs/alerts-applied-intelligence/new-relic-alerts/get-started/introduction-applied-intelligence/
+ - /docs/introduction-new-relic-ai
signupBanner:
text: Monitor and improve your entire stack. 100GB free. Forever.
---
diff --git a/src/content/docs/apm/agents/java-agent/additional-installation/include-java-agent-jvm-argument.mdx b/src/content/docs/apm/agents/java-agent/additional-installation/include-java-agent-jvm-argument.mdx
index 4f4c835139e..b3e70aa4415 100644
--- a/src/content/docs/apm/agents/java-agent/additional-installation/include-java-agent-jvm-argument.mdx
+++ b/src/content/docs/apm/agents/java-agent/additional-installation/include-java-agent-jvm-argument.mdx
@@ -13,6 +13,7 @@ redirects:
- /docs/agents/java-agent/installation/pass-java-agent-argument-your-jvm
- /docs/agents/java-agent/installation/start-java-agent-jvm-switch
- /docs/agents/java-agent/installation/include-java-agent-jvm-switch
+ - /docs/agents/java-agent/installation/include-java-agent-jvm-argument
tocUnlisted: true
signupBanner:
text: Monitor and improve your entire stack. 100GB free. Forever.
diff --git a/src/content/docs/apm/agents/java-agent/installation/java-install-overview.mdx b/src/content/docs/apm/agents/java-agent/installation/java-install-overview.mdx
deleted file mode 100644
index 6aa6b53c3f9..00000000000
--- a/src/content/docs/apm/agents/java-agent/installation/java-install-overview.mdx
+++ /dev/null
@@ -1,175 +0,0 @@
----
-title: An overview of the Java APM installation process
-tags:
- - Agents
- - Java agent
- - Installation
-translate:
- - jp
-metaDescription: An overview of how to download and install New Relic's APM agent for Java.
----
-
-Our Java agent auto-instruments your code so you can start monitoring applications. Read this for an overview of the generic APM installation process. For more specific instructions, use [monitor your Java app](/docs/apm/agents/java-agent/getting-started/monitor-your-java-app) to find the specific resource for your Java app configuration.
-
-## 1. Prepare to install [#overview]
-
-Check the following:
-
-* Review the [compatibility and requirements](/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent).
-* Check if your environment requires [additional or alternative install steps](/docs/agents/java-agent/additional-installation).
-
-When you're ready, use the guided installation for an automated install. If you're in the EU, select that option. Or for a manual approach, follow the instructions in this document to complete a basic Java agent installation. Either way, you need a New Relic account. ([It's free, forever](https://newrelic.com/signup).)
-
-
-
- Get an account
-
-
-
- Guided agent install
-
-
-
- EU guided install
-
-
-
-## 2. Get the agent [#download-agent]
-
-Download `newrelic-java.zip` using `curl`, `Invoke-WebRequest` (PowerShell), or the New Relic UI:
-
-
- Download using curl>}
- >
- Complete the following:
-
- 1. Start a command-line session.
- 2. Change to a temporary directory where you can download the zip file.
- 3. Execute this `curl` command:
-
- ```
- curl -O https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip
- ```
- 4. Unzip `newrelic-java.zip`:
-
- ```
- unzip newrelic-java.zip
- ```
-
-
- Download using Invoke-WebRequest (PowerShell)>}
- >
- Complete the following:
-
- 1. Start a PowerShell session.
- 2. Change to a temporary directory where you can download the zip file.
- 3. Execute this PowerShell command:
-
- ```
- Invoke-WebRequest -Uri https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip -OutFile newrelic-java.zip
- ```
- 4. Unzip `newrelic-java.zip`:
-
- ```
- Expand-Archive -Path newrelic-java.zip -DestinationPath DESTINATION_PATH
- ```
-
-
-
- From [Java agent release notes](/docs/release-notes/agent-release-notes/java-release-notes), download `newrelic-java.zip` to a temporary directory and unzip it.
-
-
-
-## 3. Configure the agent [#config-file]
-
-Here's how to do a basic setup with agent configuration settings in `newrelic.yml`.
-
-
- For an advanced installation, you can pass settings with [environment variables](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#Environment_Variables), [Java system properties](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#System_Properties), or [server-side configuration](/docs/agents/manage-apm-agents/configuration/server-side-agent-configuration). To understand the precedence of these configuration settings, see [Java agent configuration: Config file](/docs/agents/java-agent/configuration/java-agent-configuration-config-file).
-
-
-The Java agent requires the `license_key` and `app_name` settings at startup. All the other settings are optional, and you can review them in [Java agent configuration: Config file](/docs/agents/java-agent/configuration/java-agent-configuration-config-file).
-
-Go to the unzipped installation file, and inside the `newrelic` subdirectory, edit `newrelic.yml`:
-
-1. Find the line with `license_key`.
-2. Replace '<%= license_key %>' with your [license](/docs/accounts/install-new-relic/account-setup/license-key). For example:
-
- ```
- license_key: 456n20n1367ov2s174v51nvn789d21s67v26NRAL
- ```
-3. Find the line with `app_name`.
-4. Replace `My Application` with a name that helps you identify the application. For example:
-
- ```
- app_name: Tax Calculator
- ```
-
-
- If you need tips about how to name your application, see [Name your application](/docs/agents/manage-apm-agents/app-naming/name-your-application).
-
-5. Add optional settings that you want, such as [agent logging](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#Logging-Configuration) and [distributed tracing](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#ev-NEW_RELIC_DISTRIBUTED_TRACING_ENABLED) (or add them later).
-6. Save and close `newrelic.yml`.
-
-## 4. Install the agent [#install-agent]
-
-The Java agent installation involves copying all the unzipped New Relic files into the directory structure of your application server/container. For example, you can create a `/opt/newrelic` directory, but if you want to put the files elsewhere, make sure of the following:
-
-* The .jar files in the directory cannot be on the classpath.
-* The .jar files cannot be in directories specified in `java.endorsed.dirs`.
-
-To install the Java agent:
-
-1. In your application server/container directory structure, create a directory for New Relic files (for example, `/opt/newrelic`).
-2. Copy all the New Relic files from your unzipped `newrelic` directory into your new directory.
-3. Make sure that your application server/container includes this option when it starts Java (for tips on how to do this with your tool or framework, see [JVM arguments](/docs/agents/java-agent/installation/start-java-agent-jvm-switch)):
-
- ```
- -javaagent:/full/path/to/newrelic.jar
- ```
-4. Start or restart your application server/container.
-
-Generate some traffic for your app, and then wait a few minutes for data to appear in the [APM Summary page](/docs/applications-menu/applications-overview). If nothing appears, follow the [troubleshooting procedures](/docs/agents/java-agent/troubleshooting/no-data-appears-java).
-
-## 5. Post-installation tasks [#follow-up-tips]
-
-If you are using `newrelic.yml` to make configuration settings, consider the following:
-
-* We recommend you change the default `newrelic.yml` file permissions to read/write only for the owner of the application server process.
-* As you would with other important files, be sure `newrelic.yml` is part of your backup routine.
-* We recommend using New Relic Diagnostics to [validate your settings](/docs/new-relic-solutions/solve-common-issues/diagnostics-cli-nrdiag/diagnostics-cli-nrdiag), either before or after you deploy.
-
-## View logs for your APM and infrastructure data [#logs-context]
-
-You can also bring your logs and application's data together to make troubleshooting easier and faster. With [logs in context](/docs/logs/logs-context/java-configure-logs-context-all/), you can see log messages related to your errors and traces directly in your app's UI. You can also see logs in context of your [infrastructure data](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/), such as Kubernetes clusters. No need to switch to another page in the New Relic UI.
-
-## What's next? [#next-steps]
-
-Here are some additional topics to consider:
-
-* For Docker questions, see [Install New Relic Java agent for Docker](/docs/agents/java-agent/additional-installation/install-new-relic-java-agent-docker).
-* View your app in New Relic and get comfortable with the user interface.
-* Read the documentation about APM. For example, read about the [Summary page](/docs/apm/applications-menu/monitoring/apm-overview-page), the [**JVM metrics** page](/docs/agents/java-agent/features/jvm-metrics-page), the [**Transactions** page](/docs/apm/applications-menu/monitoring/transactions-page), and [performance monitoring with CodeStream](/docs/codestream/how-use-codestream/performance-monitoring).
-* Query your data using [NRQL](/docs/query-data/nrql-new-relic-query-language/getting-started/introduction-nrql) (New Relic Query Language).
-* Learn about setting up [custom instrumentation](/docs/apm/agents/java-agent/custom-instrumentation) and [async instrumentation](/docs/apm/agents/java-agent/async-instrumentation) for application activity not monitored by default.
\ No newline at end of file
diff --git a/src/content/docs/browser/new-relic-browser/getting-started/browser-apps-index.mdx b/src/content/docs/browser/new-relic-browser/getting-started/browser-apps-index.mdx
index e206b8c2a3a..091e657cf70 100644
--- a/src/content/docs/browser/new-relic-browser/getting-started/browser-apps-index.mdx
+++ b/src/content/docs/browser/new-relic-browser/getting-started/browser-apps-index.mdx
@@ -9,6 +9,7 @@ redirects:
- /docs/new-relic-browser/browser-apps-list
- /docs/browser/new-relic-browser/getting-started/browser-apps-list
- /docs/browser/new-relic-browser/dashboard-details/browser-apps-list
+ - /docs/browser/new-relic-browser/getting-started/browser-apps-index
---
import browserIndexSummary from 'images/browser_screenshot-full_index-summary.webp'
diff --git a/src/content/docs/codestream/start-here/what-is-codestream.mdx b/src/content/docs/codestream/start-here/what-is-codestream.mdx
index 51784d730db..7f8063677c9 100644
--- a/src/content/docs/codestream/start-here/what-is-codestream.mdx
+++ b/src/content/docs/codestream/start-here/what-is-codestream.mdx
@@ -3,6 +3,7 @@ title: Introduction to New Relic CodeStream
description: "New Relic CodeStream makes production telemetry and collaboration tools accessible where developers live... the IDE."
redirects:
- /docs/codestream
+ - /docs/codestream/start-here/codestream-new-relic
signupBanner:
text: Monitor and improve your entire stack. 100GB free. Forever.
---
diff --git a/src/content/docs/infrastructure/host-integrations/host-integrations-list/mongodb/mongodb-monitoring-integration-new.mdx b/src/content/docs/infrastructure/host-integrations/host-integrations-list/mongodb/mongodb-monitoring-integration-new.mdx
index fd13cb09551..82af72f50c7 100644
--- a/src/content/docs/infrastructure/host-integrations/host-integrations-list/mongodb/mongodb-monitoring-integration-new.mdx
+++ b/src/content/docs/infrastructure/host-integrations/host-integrations-list/mongodb/mongodb-monitoring-integration-new.mdx
@@ -10,6 +10,7 @@ redirects:
- /docs/mongodb3-integration-new-relic-infrastructure
- /docs/infrastructure/host-integrations/host-integrations-list/mongodb-monitoring-integration
- /docs/integrations/host-integrations/host-integrations-list/mongodb-monitoring-integration
+ - /docs/mongodb-integration-new-relic-infrastructure
---
import infrastructureMongoDashboard from 'images/infrastructure_screenshot-crop_mongodb-dashboard.webp'
diff --git a/src/content/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-batchaccount-monitoring-integration.mdx b/src/content/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-batchaccount-monitoring-integration.mdx
index 08e572a8e35..22f9b6c402a 100644
--- a/src/content/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-batchaccount-monitoring-integration.mdx
+++ b/src/content/docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-batchaccount-monitoring-integration.mdx
@@ -1,6 +1,8 @@
---
title: Azure Batch Account service for Azure Monitor integration
metaDescription: "New Relic's Microsoft Azure Batch Account integration: what data it reports and how to enable it."
+redirects:
+ - /docs/infrastructure/microsoft-azure-integrations/azure-integrations-list/azure-batch-monitoring-integration
---
[New Relic's integrations](/docs/infrastructure/integrations-getting-started/getting-started/introduction-infrastructure-integrations) include an integration for reporting your [Microsoft Azure Batch Account](https://azure.microsoft.com/en-us/services/batch/) metrics and other data to New Relic. This document explains how to activate the integration and describes the data reported.
diff --git a/src/content/docs/journey-performance/guide-to-monitoring-core-web-vitals.mdx b/src/content/docs/journey-performance/guide-to-monitoring-core-web-vitals.mdx
index 955a1fd2dea..d8a9840cb8d 100644
--- a/src/content/docs/journey-performance/guide-to-monitoring-core-web-vitals.mdx
+++ b/src/content/docs/journey-performance/guide-to-monitoring-core-web-vitals.mdx
@@ -9,6 +9,7 @@ redirects:
- /docs/browser/new-relic-browser/guides/guide-to-monitoring-core-web-vitals/
- /docs/browser/new-relic-browser/guides/guide-to-core-web-vitals
- /docs/browser/new-relic-browser/guides/guide-to-monitoring-core-web-vitals/
+- /docs/browser/browser-monitoring/getting-started/introduction-browser-monitoring/docs/browser/new-relic-browser/guides/guide-to-core-web-vitals
---
import browserWebVitalsGif from 'images/browser_screenshot-full_web-vitals.gif'
diff --git a/src/content/docs/new-relic-solutions/get-started/intro-new-relic.mdx b/src/content/docs/new-relic-solutions/get-started/intro-new-relic.mdx
index f8a9dab6e07..bee22d8ccdf 100644
--- a/src/content/docs/new-relic-solutions/get-started/intro-new-relic.mdx
+++ b/src/content/docs/new-relic-solutions/get-started/intro-new-relic.mdx
@@ -24,6 +24,8 @@ redirects:
- /docs/new-relic-solutions/new-relic-one/install-configure/install-new-relic
- /docs/new-relic-solutions/get-started/quick-launch-guide
- /docs/using-new-relic/welcome-new-relic/get-started/get-started-full-stack-observability
+ - /docs/agents/manage-apm-agents/installation/install-agent
+ - /docs/new-relic-one/use-new-relic-one/cross-product-functions/install-configure/install-new-relic
signupBanner:
text: Monitor and improve your entire stack. 100GB free. Forever.
---
diff --git a/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-1-0.mdx b/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-1-0.mdx
index 6c962cfef47..ad88a0e684b 100644
--- a/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-1-0.mdx
+++ b/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-1-0.mdx
@@ -6,6 +6,8 @@ downloadLink: 'https://rubygems.org/downloads/newrelic_rpm-9.1.0.gem'
features: ["Error fingerprinting - supply your own errors inbox group names", "User tracking - associate errors with a user id"]
bugs: ["Remove Distributed Tracing related warnings from agent logs when headers are not present in Sidekiq", "Log request headers in debug-level logs instead of human-readable Objects", "Fix undefined method `controller_path` logged in Action Controller Instrumentation", "Fix Transaction#finish exception and decrease log level for related warning during async transactions"]
security: []
+redirect:
+ - /docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-910
---
diff --git a/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-2-0.mdx b/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-2-0.mdx
index 08a568151ad..ea928e9ac3e 100644
--- a/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-2-0.mdx
+++ b/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-2-0.mdx
@@ -6,6 +6,8 @@ downloadLink: https://rubygems.org/downloads/newrelic_rpm-9.2.0.gem
features: ["Enhance performance for handling high numbers of nested actions", "Deprecate memcached and memcache-client instrumentation"]
bugs: []
security: []
+redirect:
+ - /docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-920
---
diff --git a/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-2-2.mdx b/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-2-2.mdx
index b6a985df40a..a740273f97b 100644
--- a/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-2-2.mdx
+++ b/src/content/docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-9-2-2.mdx
@@ -6,6 +6,8 @@ downloadLink: https://rubygems.org/downloads/newrelic_rpm-9.2.2.gem
features: []
bugs: ["Transaction#finished? no longer throws a NoMethodError when initial_segment is nil"]
security: []
+redirect:
+ - /docs/release-notes/agent-release-notes/ruby-release-notes/ruby-agent-922
---
diff --git a/src/content/docs/synthetics/synthetic-monitoring/pages/synthetic-monitors-index.mdx b/src/content/docs/synthetics/synthetic-monitoring/pages/synthetic-monitors-index.mdx
index 3d08940a00a..bd726c9e334 100644
--- a/src/content/docs/synthetics/synthetic-monitoring/pages/synthetic-monitors-index.mdx
+++ b/src/content/docs/synthetics/synthetic-monitoring/pages/synthetic-monitors-index.mdx
@@ -13,6 +13,7 @@ redirects:
- /docs/synthetics/new-relic-synthetics/pages/synthetics-monitors-index
- /docs/new-relic-one-monitors-index
- /docs/synthetics/synthetic-monitoring/pages/new-relic-one-monitors-index
+ - /docs/synthetics/new-relic-synthetics/getting-started/types-synthetics-monitors
---
import syntheticIndexPage from 'images/synthetic_screenshot-full_index-page.webp'
diff --git a/src/i18n/content/jp/docs/alerts-applied-intelligence/new-relic-alerts/get-started/your-first-nrql-condition.mdx b/src/i18n/content/jp/docs/alerts-applied-intelligence/new-relic-alerts/get-started/your-first-nrql-condition.mdx
index 498f1ea6e4f..1543c5291e5 100644
--- a/src/i18n/content/jp/docs/alerts-applied-intelligence/new-relic-alerts/get-started/your-first-nrql-condition.mdx
+++ b/src/i18n/content/jp/docs/alerts-applied-intelligence/new-relic-alerts/get-started/your-first-nrql-condition.mdx
@@ -7,6 +7,8 @@ tags:
- NRQL
metaDescription: How to start writing NRQL alerts conditions with a step-by-step user case.
translationType: machine
+redirect:
+ - /docs/alerts/new-relic-alerts/getting-started/alerting-new-relic
---
import alertsCreateanAlertConditionFromaChart from 'images/alerts_screenshot-crop_create-an-alert-condition-from-a-chart.webp'
diff --git a/src/i18n/content/jp/docs/apm/agents/java-agent/installation/java-install-overview.mdx b/src/i18n/content/jp/docs/apm/agents/java-agent/installation/java-install-overview.mdx
deleted file mode 100644
index c710abcb65b..00000000000
--- a/src/i18n/content/jp/docs/apm/agents/java-agent/installation/java-install-overview.mdx
+++ /dev/null
@@ -1,188 +0,0 @@
----
-title: Java APMインストレーション プロセスの概要
-tags:
- - Agents
- - Java agent
- - Installation
-metaDescription: An overview of how to download and install New Relic's APM agent for Java.
-translationType: human
----
-
-Java エージェントは、コードを自動インストゥルメントするため、モニタリングアプリケーションを起動できます。一般的なAPMインストレーション プロセスの概要については、こちらをご覧ください。より具体的な手順については、[Javaアプリの監視](/docs/apm/agents/java-agent/getting-started/monitor-your-java-app)を使用して、Javaアプリ設定用の特定のリソースを見つけてください。
-
-## 1. インストールの準備 [#overview]
-
-次の点をチェックします。
-
-* [互換性と要件](/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent)を確認します。
-* 環境で[追加または代わりのインストールステップ](/docs/agents/java-agent/additional-installation)が必要かどうかチェックします。
-
-準備ができたら、ガイド付きインストールを使用して自動インストールを開始します。EUにお住まいの場合は、そのオプションを選択します。または、手動によるアプローチの場合は、本ドキュメントの説明に従って基本的なJavaエージェントのインストレーションを実行できます。いずれにしても、New Relicアカウントが必要です。([永久無料です](https://newrelic.com/signup)。)
-
-
-
- アカウントの取得
-
-
-
- ガイド付きエージェントのインストール
-
-
-
- EUガイド付きインストール
-
-
-
-## 2. エージェントの取得 [#download-agent]
-
-`curl`、`Invoke-WebRequest` (PowerShell)、またはNew Relic UIを使用して`newrelic-java.zip`をダウンロードします。
-
-
- を使用してダウンロード curl>}
- >
- 次の項目を完了します。
-
- 1. コマンドラインセッションを開始します。
-
- 2. zipファイルをダウンロードできる一時ディレクトリに変更します。
-
- 3. この`curl`コマンドを実行します。
-
- ```
- curl -O https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip
- ```
-
- 4. `newrelic-java.zip`を解凍します。
-
- ```
- unzip newrelic-java.zip
- ```
-
-
- Invoke-WebRequest (PowerShell) を使用してダウンロード>}
- >
- 次の項目を完了します。
-
- 1. PowerShellセッションを開始します。
-
- 2. zipファイルをダウンロードできる一時ディレクトリに変更します。
-
- 3. 以下の、PowerShellコマンドを実行します。
-
- ```
- Invoke-WebRequest -Uri https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip -OutFile newrelic-java.zip
- ```
-
- 4. `newrelic-java.zip`を解凍します。
-
- ```
- Expand-Archive -Path newrelic-java.zip -DestinationPath DESTINATION_PATH
- ```
-
-
-
- [Javaエージェントのリリースノート](/docs/release-notes/agent-release-notes/java-release-notes)から、`newrelic-java.zip`を一時ディレクトリにダウンロードし、解凍します。
-
-
-
-## 3. エージェントの設定 [#config-file]
-
-`newrelic.yml`で、エージェント設定を使用して基本的なセットアップをする方法は次のとおりです。
-
-
- 高度なインストールについては、[環境変数](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#Environment_Variables)、[Javaシステムプロパティ](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#System_Properties)または[サーバーサイドコンフィグレーション](/docs/agents/manage-apm-agents/configuration/server-side-agent-configuration)で設定をパスできます。この設定の優先順位について理解するには、[Javaエージェント設定: Configファイル](/docs/agents/java-agent/configuration/java-agent-configuration-config-file)を参照してください。
-
-
-Javaエージェントでは、スタートアップ時に、`license_key`と`app_name`の設定が必要です。その他すべての設定はオプションで、[Javaエージェント設定: Configファイル](/docs/agents/java-agent/configuration/java-agent-configuration-config-file)で確認できます。
-
-解凍したインストールファイルに移動し、`newrelic`サブディレクトリ内で`newrelic.yml`を編集します。
-
-1. `license_key`の行を見つけます。
-
-2. '<%= license_key %>'を[ライセンス](/docs/accounts/install-new-relic/account-setup/license-key)に置き換えます。例:
-
- ```
- license_key: 456n20n1367ov2s174v51nvn789d21s67v26NRAL
- ```
-
-3. `app_name`の行を見つけます。
-
-4. `My Application`を、アプリケーションの特定に役立つ名前に変更します。例:
-
- ```
- app_name: Tax Calculator
- ```
-
-
- アプリケーションの命名法についてのヒントが必要な場合は、[アプリケーションの命名](/docs/agents/manage-apm-agents/app-naming/name-your-application)を参照してください。
-
-
-5. [エージェントロギング](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#Logging-Configuration)および[ディストリビューティッド(分散)トレーシング](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#ev-NEW_RELIC_DISTRIBUTED_TRACING_ENABLED)などのオプション設定を追加(または後で追加)します。
-
-6. `newrelic.yml`を保存して閉じます。
-
-## 4. エージェントのインストール [#install-agent]
-
-Javaエージェントのインストールでは、解凍したすべてのNew Relicファイルを、アプリケーションサーバー/コンテナのディレクトリ構成にコピーします。たとえば、`/opt/newrelic`ディレクトリを作成できますが、ファイルを他の場所に置きたい場合は、次の点を確認してください。
-
-* ディレクトリ内の.jarファイルは、クラスパスには置けません。
-* .jarファイルは、`java.endorsed.dirs`で指定されたディレクトリには入れられません。
-
-Javaエージェントをインストールするには、
-
-1. アプリケーションサーバー/コンテナディレクトリで、New Relicファイルのディレクトリ(例、`/opt/newrelic`)を作成します。
-
-2. すべてのNew Relicファイルを、解凍した`newrelic`ディレクトリから新しいディレクトリにコピーします。
-
-3. Javaの開始時に、アプリケーションサーバー/コンテナにこのオプションが含まれることを確認します(ツールまたはフレームワークを使用してこれを実行する方法のヒントについては、[JVM引数](/docs/agents/java-agent/installation/start-java-agent-jvm-switch)を参照してください)。
-
- ```
- -javaagent:/full/path/to/newrelic.jar
- ```
-
-4. アプリケーションサーバー/コンテナを起動、または再起動します。
-
-アプリのトラフィックを生成してから、[APMの概要ページ](/docs/applications-menu/applications-overview) にデータが表示されるまで数分待ちます。何も表示されない場合は、[トラブルシューティングの手順](/docs/agents/java-agent/troubleshooting/no-data-appears-java)に従ってください。
-
-## 5. インストール後のタスク [#follow-up-tips]
-
-`newrelic.yml`を使用して設定している場合は、次の点を考慮します。
-
-* `newrelic.yml`ファイルのパーミッションをデフォルトの値から、アプリケーションサーバープロセスのオーナーのみ読み取り/書き込み可能な値に変更することをお勧めします。
-* その他の重要なファイルについては、`newrelic.yml`がバックアップルーチンの一部となっていることを確認してください。
-* New Relic Diagnostics を使用して、デプロイの前後に[設定を検証](/docs/new-relic-solutions/solve-common-issues/diagnostics-cli-nrdiag/diagnostics-cli-nrdiag)することをお勧めします。
-
-## APMおよびインフラストラクチャデータのログを表示 [#logs-context]
-
-また、ログとアプリケーションのデータを統合して、トラブルシューティングをより簡単かつ迅速にできます。[コンテキストのログ](/docs/logs/logs-context/java-configure-logs-context-all/)では、エラーとトレースに関連するログメッセージをアプリケーションのUIで直接表示できます。また、Kubernetesクラスタなど、[インフラストラクチャデータ](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/)のコンテキストでログを表示することもできます。New Relic UIで別のページに切り替える必要はありません。
-
-## 次のステップ [#next-steps]
-
-考慮する追加のトピックは、次のとおりです。
-
-* Dockerについての質問に関しては、[Docker用New Relic Javaエージェントのインストール](/docs/agents/java-agent/additional-installation/install-new-relic-java-agent-docker)を参照してください。
-* New Relicでアプリを表示し、ユーザーインタフェースに慣れます。
-* APMに関するドキュメントをお読みください。たとえば、[概要ページ](/docs/apm/applications-menu/monitoring/apm-overview-page)、[**JVMメトリクス**ページ](/docs/agents/java-agent/features/jvm-metrics-page)、[**トランザクション**ページ](/docs/apm/applications-menu/monitoring/transactions-page)、および[CodeStreamによるパフォーマンスモニタリング](/docs/codestream/how-use-codestream/performance-monitoring)をお読みください。
-* [NRQL](/docs/query-data/nrql-new-relic-query-language/getting-started/introduction-nrql)(New Relic Query Language)を使用して、データをクエリします。
-* デフォルトで監視されないアプリケーションのアクティビティに対する[カスタムインストゥルメンテーション](/docs/apm/agents/java-agent/custom-instrumentation)および[非同期インストゥルメンテーション](/docs/apm/agents/java-agent/async-instrumentation)の設定方法を学びます。
\ No newline at end of file
diff --git a/src/i18n/content/kr/docs/apm/agents/java-agent/installation/java-install-overview.mdx b/src/i18n/content/kr/docs/apm/agents/java-agent/installation/java-install-overview.mdx
deleted file mode 100644
index 0bd212fcb49..00000000000
--- a/src/i18n/content/kr/docs/apm/agents/java-agent/installation/java-install-overview.mdx
+++ /dev/null
@@ -1,188 +0,0 @@
----
-title: Java APM 설치 프로세스 개요
-tags:
- - Agents
- - Java agent
- - Installation
-metaDescription: An overview of how to download and install New Relic's APM agent for Java.
-translationType: machine
----
-
-우리의 자바 에이전트는 애플리케이션 모니터링을 시작할 수 있도록 코드를 자동 계측합니다. 일반 APM 설치 프로세스에 대한 개요를 보려면 여기를 읽으십시오. 보다 구체적인 지침을 보려면 [Java 앱 모니터링을](/docs/apm/agents/java-agent/getting-started/monitor-your-java-app) 사용하여 Java 앱 구성에 대한 특정 리소스를 찾으십시오.
-
-## 1. 설치 준비 [#overview]
-
-다음을 확인하십시오.
-
-* [호환성 및 요구 사항을](/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent) 검토합니다.
-* 환경에 [추가 또는 대체 설치 단계](/docs/agents/java-agent/additional-installation) 가 필요한지 확인하십시오.
-
-준비가 되면 자동 설치를 위한 안내 설치를 사용하십시오.EU에 있는 경우 해당 옵션을 선택합니다.또는 수동 접근 방식의 경우 이 문서의 지침에 따라 기본 Java 에이전트 설치를 완료합니다.어느 쪽이든 New Relic 계정이 필요합니다.( [영원히 무료](https://newrelic.com/signup) 입니다.)
-
-
-
- 계정 가져오기
-
-
-
- 안내 에이전트 설치
-
-
-
- EU 가이드 설치
-
-
-
-## 2. 에이전트 가져오기 [#download-agent]
-
-`curl` , `Invoke-WebRequest` (PowerShell) 또는 New Relic UI를 사용하여 `newrelic-java.zip` 다운로드:
-
-
- 다음을 사용하여 다운로드 curl>}
- >
- 다음을 완료:
-
- 1. 명령줄 세션을 시작합니다.
-
- 2. zip 파일을 다운로드할 수 있는 임시 디렉토리로 변경합니다.
-
- 3. 다음 `curl` 명령을 실행합니다.
-
- ```
- curl -O https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip
- ```
-
- 4. 압축 풀기 `newrelic-java.zip` :
-
- ```
- unzip newrelic-java.zip
- ```
-
-
- Invoke-WebRequest (PowerShell)을 사용하여 다운로드>}
- >
- 다음을 완료:
-
- 1. PowerShell 세션을 시작합니다.
-
- 2. zip 파일을 다운로드할 수 있는 임시 디렉토리로 변경합니다.
-
- 3. 다음 PowerShell 명령을 실행합니다.
-
- ```
- Invoke-WebRequest -Uri https://download.newrelic.com/newrelic/java-agent/newrelic-agent/current/newrelic-java.zip -OutFile newrelic-java.zip
- ```
-
- 4. 압축 풀기 `newrelic-java.zip` :
-
- ```
- Expand-Archive -Path newrelic-java.zip -DestinationPath DESTINATION_PATH
- ```
-
-
-
- [Java 에이전트 릴리스 노트](/docs/release-notes/agent-release-notes/java-release-notes) 에서 `newrelic-java.zip` 을 임시 디렉토리로 다운로드하고 압축을 풉니다.
-
-
-
-## 3. 에이전트 구성 [#config-file]
-
-다음은 `newrelic.yml` 에서 에이전트 구성 설정으로 기본 설정을 수행하는 방법입니다.
-
-
- 고급 설치의 경우 [환경 변수](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#Environment_Variables) , [Java 시스템 속성](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#System_Properties) 또는 [서버 측 구성](/docs/agents/manage-apm-agents/configuration/server-side-agent-configuration) 을 사용하여 설정을 전달할 수 있습니다.이러한 구성 설정의 우선 순위를 이해하려면 [Java 에이전트 구성: 구성 파일](/docs/agents/java-agent/configuration/java-agent-configuration-config-file) 을 참조하십시오.
-
-
-Java 에이전트는 시작 시 `license_key` 및 `app_name` 설정이 필요합니다.다른 모든 설정은 선택 사항이며 [Java 에이전트 구성: 구성 파일](/docs/agents/java-agent/configuration/java-agent-configuration-config-file) 에서 검토할 수 있습니다.
-
-압축을 푼 설치 파일로 이동하여 `newrelic` 하위 디렉토리에서 `newrelic.yml` 을 편집합니다.
-
-1. `license_key` 이 있는 줄을 찾습니다.
-
-2. '<%= license_key %>'를 [라이선스](/docs/accounts/install-new-relic/account-setup/license-key) 로 바꾸십시오. 예를 들어:
-
- ```
- license_key: 456n20n1367ov2s174v51nvn789d21s67v26NRAL
- ```
-
-3. `app_name` 이 있는 줄을 찾습니다.
-
-4. `My Application` 을 애플리케이션을 식별하는 데 도움이 되는 이름으로 바꿉니다.예를 들어:
-
- ```
- app_name: Tax Calculator
- ```
-
-
- 애플리케이션 이름 지정 방법에 대한 팁이 필요한 경우 애플리케이션 [이름 지정](/docs/agents/manage-apm-agents/app-naming/name-your-application) 을 참조하십시오.
-
-
-5. [에이전트 로깅](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#Logging-Configuration) 및 [분산 추적](/docs/agents/java-agent/configuration/java-agent-configuration-config-file#ev-NEW_RELIC_DISTRIBUTED_TRACING_ENABLED) 과 같은 원하는 선택적 설정을 추가합니다(또는 나중에 추가).
-
-6. `newrelic.yml` 을(를) 저장하고 닫습니다.
-
-## 4. 에이전트 설치 [#install-agent]
-
-Java 에이전트 설치에는 압축을 푼 모든 New Relic 파일을 응용 프로그램 서버/컨테이너의 디렉터리 구조로 복사하는 작업이 포함됩니다.예를 들어, `/opt/newrelic` 디렉토리를 만들 수 있지만 파일을 다른 곳에 저장하려면 다음을 확인하세요.
-
-* 디렉토리의 .jar 파일은 클래스 경로에 있을 수 없습니다.
-* .jar 파일은 `java.endorsed.dirs` 에 지정된 디렉토리에 있을 수 없습니다.
-
-Java 에이전트를 설치하려면:
-
-1. 애플리케이션 서버/컨테이너 디렉토리 구조에서 New Relic 파일에 대한 디렉토리를 만듭니다(예: `/opt/newrelic` ).
-
-2. 압축을 푼 `newrelic` 디렉토리의 모든 New Relic 파일을 새 디렉토리로 복사합니다.
-
-3. 애플리케이션 서버/컨테이너가 Java를 시작할 때 이 옵션을 포함하는지 확인하십시오(도구 또는 프레임워크로 이를 수행하는 방법에 대한 팁은 [JVM 인수](/docs/agents/java-agent/installation/start-java-agent-jvm-switch) 참조).
-
- ```
- -javaagent:/full/path/to/newrelic.jar
- ```
-
-4. 애플리케이션 서버/컨테이너를 시작하거나 다시 시작하십시오.
-
-앱에 대한 트래픽을 생성한 다음 [APM 요약 페이지](/docs/applications-menu/applications-overview) 에 데이터가 나타날 때까지 몇 분 정도 기다리십시오.아무 것도 나타나지 않으면 [문제 해결 절차](/docs/agents/java-agent/troubleshooting/no-data-appears-java) 를 따르십시오.
-
-## 5. 설치 후 작업 [#follow-up-tips]
-
-`newrelic.yml` 을 사용하여 구성 설정을 지정하는 경우 다음을 고려하십시오.
-
-* 기본 `newrelic.yml` 파일 권한을 애플리케이션 서버 프로세스 소유자에 대해서만 읽기/쓰기로 변경하는 것이 좋습니다.
-* 다른 중요한 파일과 마찬가지로 `newrelic.yml` 이(가) 백업 루틴의 일부인지 확인하십시오.
-* 배포 전후에 New Relic Diagnostics를 사용 [하여 설정을 확인](/docs/new-relic-solutions/solve-common-issues/diagnostics-cli-nrdiag/diagnostics-cli-nrdiag) 하는 것이 좋습니다.
-
-## APM 및 인프라 데이터에 대한 로그 보기 [#logs-context]
-
-또한 로그와 애플리케이션의 데이터를 함께 가져와 더 쉽고 빠르게 문제를 해결할 수 있습니다.[컨텍스트의 로그를](/docs/logs/logs-context/java-configure-logs-context-all/) 사용하면 앱의 UI에서 직접 오류 및 추적과 관련된 로그 메시지를 볼 수 있습니다.Kubernetes 클러스터와 같은 [인프라 데이터](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/) 컨텍스트에서 로그를 볼 수도 있습니다.New Relic UI에서 다른 페이지로 전환할 필요가 없습니다.
-
-## 다음은 뭐지? [#next-steps]
-
-다음은 고려해야 할 몇 가지 추가 항목입니다.
-
-* Docker 질문은 [Docker용 New Relic Java 에이전트 설치](/docs/agents/java-agent/additional-installation/install-new-relic-java-agent-docker) 를 참조하십시오.
-* New Relic에서 앱을 보고 사용자 인터페이스에 익숙해지십시오.
-* APM에 대한 문서를 읽으십시오.예를 들어 [요약 페이지](/docs/apm/applications-menu/monitoring/apm-overview-page) , [**JVM 메트릭** 페이지](/docs/agents/java-agent/features/jvm-metrics-page) , [**트랜잭션** 페이지](/docs/apm/applications-menu/monitoring/transactions-page) 및 [CodeStream을 사용한 성능 모니터링에 대해 읽어보십시오](/docs/codestream/how-use-codestream/performance-monitoring) .
-* [NRQL](/docs/query-data/nrql-new-relic-query-language/getting-started/introduction-nrql) (New Relic Query Language)을 사용하여 데이터를 쿼리합니다.
-* 기본적으로 모니터링되지 않는 애플리케이션 활동에 대한 [사용자 지정 계측](/docs/apm/agents/java-agent/custom-instrumentation) 및 [비동기 계측](/docs/apm/agents/java-agent/async-instrumentation) 설정에 대해 알아보세요.
\ No newline at end of file