Skip to content

Commit 7b07f82

Browse files
committed
Translated file updates
1 parent 2666d35 commit 7b07f82

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

content/ja/integrations/isdown.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ author:
2121
support_email: [email protected]
2222
categories:
2323
- notifications
24-
custom_kind: integration
24+
custom_kind: インテグレーション
2525
dependencies:
2626
- https://github.com/DataDog/integrations-extras/blob/master/isdown/README.md
2727
display_on_public_website: true
@@ -116,10 +116,10 @@ IsDown は、監視するサービスで障害が発生するたびに、イベ
116116

117117
お役に立つドキュメント、リンクや記事:
118118

119-
[Track service provider outages with IsDown and Datadog][5]
119+
[IsDown Datadog でサービスプロバイダーの障害を追跡する][5]
120120

121121
[1]: https://isdown.app
122122
[2]: https://app.datadoghq.com/organization-settings/api-keys
123-
[3]: assets/service_checks.json
123+
[3]: https://app.datadoghq.com/assets/service_checks.json
124124
[4]: mailto:[email protected]
125-
[5]: https://www.datadoghq.com/blog/track-provider-outages-isdown-datadog/
125+
[5]: https://www.datadoghq.com/blog/track-provider-outages-isdown-datadog/

content/ja/integrations/sofy_sofy.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ author:
2424
categories:
2525
- テスト
2626
- モバイル
27-
custom_kind: integration
27+
custom_kind: インテグレーション
2828
dependencies:
2929
- https://github.com/DataDog/integrations-extras/blob/master/sofy_sofy/README.md
3030
display_on_public_website: true
@@ -120,8 +120,8 @@ Sofy インテグレーションを設定するには
120120

121121
## その他の参考資料
122122
お役に立つドキュメント、リンクや記事:
123-
* [Monitor your mobile tests with Sofy's offering in the Datadog Marketplace][7]
124-
* [Sofy Documentation][8]
123+
* [Datadog Marketplace の Sofy オファリングでモバイルテストを監視する][7]
124+
* [Sofy ドキュメント][8]
125125

126126

127127
[1]: https://github.com/DataDog/integrations-extras/blob/master/sofy_sofy/metadata.csv
@@ -131,4 +131,4 @@ Sofy インテグレーションを設定するには
131131
[5]: https://app.datadoghq.com/organization-settings/api-keys?filter=Sofy
132132
[6]: https://support.sofy.ai/support/tickets/new
133133
[7]: https://www.datadoghq.com/blog/sofy-mobile-tests/
134-
[8]: https://docs.sofy.ai
134+
[8]: https://docs.sofy.ai
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Enviar logs al worker de Observability Pipelines a través de la fuente HTTP de Sumo Logic
2+
3+
Después de instalar el worker de Observability Pipelines y desplegar la configuración, el worker expone tres endpoints HTTP que utilizan la [API de la fuente HTTP de Sumo Logic][1001].
4+
5+
Para enviar logs a tu fuente HTTP de Sumo Logic, debes apuntar tus logs existentes ascendentes al worker:
6+
```shell
7+
curl -v -X POST -T [local_file_name] http://<OPW_HOST>/receiver/v1/http/<UNIQUE_HTTP_COLLECTOR_CODE>
8+
```
9+
`<OPW_HOST>` es la IP/URL del host (o balanceador de carga) asociado con el worker de Observability Pipelines. Para instalaciones de CloudFormation, el resultado `LoadBalancerDNS` de CloudFormation tiene la URL correcta a utilizar. Para instalaciones de Kubernetes, puede utilizarse el registro DNS interno del servicio del worker de Observability Pipelines. Por ejemplo: `opw-observability-pipelines-worker.default.svc.cluster.local`.
10+
11+
`<UNIQUE_HTTP_COLLECTOR_CODE>` es la cadena que sigue a la última barra inclinada (`/`) en la URL de carga de la fuente HTTP que proporcionaste en el paso [Instalar el worker de Observability Pipelines](#install-the-observability-pipelines-worker).
12+
13+
En este punto, tus logs deberían dirigirse al worker, ser procesados por el pipeline y ser enviados al destino configurado.
14+
15+
[1001]: https://help.sumologic.com/docs/send-data/hosted-collectors/http-source/logs-metrics/upload-logs/

0 commit comments

Comments
 (0)