()
{
+ {"level", "info"},
{"BreadNumValue", 12.3 },
{"BreadStrValue", "UnityBread" },
{"BreadBoolValue", true },
diff --git a/src/i18n/content/es/docs/new-relic-solutions/new-relic-one/introduction-new-relic-platform.mdx b/src/i18n/content/es/docs/new-relic-solutions/new-relic-one/introduction-new-relic-platform.mdx
index 417d69c3e75..a0d4f5bf430 100644
--- a/src/i18n/content/es/docs/new-relic-solutions/new-relic-one/introduction-new-relic-platform.mdx
+++ b/src/i18n/content/es/docs/new-relic-solutions/new-relic-one/introduction-new-relic-platform.mdx
@@ -276,7 +276,7 @@ A continuación se muestran algunas opciones para compartir visualizaciones y p
- Para compartir una página completa UI de New Relic, use el ícono de vínculo permanente cerca de la parte superior de la plataforma. Tenga en cuenta que estos enlaces caducan si no se utilizan en un período de seis meses.
+ Para compartir una página completa UI de New Relic, usa el ícono de vínculo permanente cerca de la parte superior de la plataforma.
|
diff --git a/src/i18n/content/es/docs/query-your-data/explore-query-data/dashboards/dashboards-charts-import-export-data.mdx b/src/i18n/content/es/docs/query-your-data/explore-query-data/dashboards/dashboards-charts-import-export-data.mdx
index 0ce6958b792..988f93abbc0 100644
--- a/src/i18n/content/es/docs/query-your-data/explore-query-data/dashboards/dashboards-charts-import-export-data.mdx
+++ b/src/i18n/content/es/docs/query-your-data/explore-query-data/dashboards/dashboards-charts-import-export-data.mdx
@@ -74,7 +74,7 @@ Si bien es poderoso, exportar como CSV tiene limitaciones. Un par de cosas a ten
Desde cualquier dashboard, compártelo con una de estas opciones:
-* Copie el vínculo permanente del dashboard haciendo clic en el ícono de enlace en la parte superior derecha del dashboard. vínculo permanente comparte un enlace directo al dashboard. Tenga en cuenta que estos enlaces caducan si no se utilizan en un período de seis meses.
+* Copie el vínculo permanente del dashboard haciendo clic en el ícono de enlace en la parte superior derecha del dashboard. vínculo permanente comparte un enlace directo al dashboard.
* Copie su dashboard **as JSON** y agréguelo al portapapeles haciendo clic en el botón **...** en la parte superior derecha y seleccionando **Copy JSON to clipboard**.
También puedes [duplicar tu dashboard](/docs/query-your-data/explore-query-data/dashboards/introduction-dashboards/#dashboards-clone).
diff --git a/src/i18n/content/jp/docs/infrastructure/infrastructure-agent/configuration/configure-infrastructure-agent.mdx b/src/i18n/content/jp/docs/infrastructure/infrastructure-agent/configuration/configure-infrastructure-agent.mdx
index 7b7b09d33dd..44d1f218e59 100644
--- a/src/i18n/content/jp/docs/infrastructure/infrastructure-agent/configuration/configure-infrastructure-agent.mdx
+++ b/src/i18n/content/jp/docs/infrastructure/infrastructure-agent/configuration/configure-infrastructure-agent.mdx
@@ -62,6 +62,10 @@ translationType: machine
```yml
license_key: {{MY_LICENSE_KEY}}
```
+
+
+ 多くの場合、インフラストラクチャエージェントはホスト内のシステムサービスとして実行され、グローバルに管理されます(例: `systemd` (Linux、Windows サービスの場合)、 `launchd` (macOS の場合) など。 このセットアップで環境変数を使用して設定の変更を適用するには、これらの環境変数を設定し、infrastructureagent サービスが実行されている分離されたコンテキストに表示できるようにする必要があります。 これを行う方法はプラットフォームによって異なります。システム サービスに環境変数を追加する方法については、プラットフォームのサービス マネージャーのドキュメントを確認してください。
+