# Logz.io

### 概要

KeeperではLogz.ioへのイベントストリーミングがサポートされています。外部ロギングはリアルタイムで発生し、新しいイベントはほぼ即座に表示されます。以下は、セットアップ手順となります。

<figure><img src="https://3468650114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeJwa6ByNJ2qindnPknCW%2Fuploads%2FuzUkpVyu4DnEp3t0tw6C%2FJP_Logz.io.png?alt=media&#x26;token=4dd7b5f4-a7fa-440f-9c5d-68b8b0acc390" alt=""><figcaption></figcaption></figure>

Logz.ioでは、[HTTPSリスナーメソッド](https://docs.logz.io/shipping/log-sources/json-uploads.html)を使用します。

Logz.ioへの接続には、以下の2つのフィールドが必要となります。

* ホスト (mycompany.logz.ioなど)
* トークン

セキュリティトークンの生成については、[Logz.ioのドキュメント](https://docs.logz.io/user-guide/tokens/)をご参照ください。

{% hint style="info" %}
エンドポイントで証明書のサブジェクト名と一致する有効な署名付きのSSL証明書が使用されていることを確かにしてください。証明書には、CAからの完全な証明書チェーンも含まれていなければなりません。Keeperのシステムは、自己署名された証明書へは接続しません。

また、Logz.ioサーバーでKeeperサーバーからのトラフィックが許可されていることも確かにしてください。詳しくは[ファイアウォールの設定ページ](/enterprise-guide/jp/event-reporting/firewall.md)をご参照ください。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/enterprise-guide/jp/event-reporting/logz.io.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
