# Logz.io

### Overview

Keeper supports event streaming into Logz.io deployments. External logging is real-time, and new events will appear almost immediately. Setup instructions are below.

<figure><img src="https://4290574019-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LO5CAzpxoaEquZJBpYz%2Fuploads%2FdrUMm4bVCcDWrmxZ0FBO%2Fimage.png?alt=media&#x26;token=34b6e30f-57dc-4ec8-915e-9832f29574c4" alt=""><figcaption><p>Logz.io Integration Settings</p></figcaption></figure>

Logz.io uses their [HTTPS listener](https://docs.logz.io/shipping/log-sources/json-uploads.html) method.

The connection to Logz.io requires two fields:

* Host (e.g. mycompany.logz.io)
* Token

Please refer to your [Logz.io documentation](https://docs.logz.io/user-guide/tokens/) for generating a security token.

{% hint style="info" %}
Important: Ensure that the endpoint is using a valid signed SSL certificate that has a domain matching the subject name in the certificate. The certificate must also include the full certificate chain from your CA. Keeper's systems will refuse to connect to a self-signed certificate.\
\
Also, ensure that your Logz.io server allows traffic from Keeper servers. See [Firewall Configuration](/en/enterprise-guide/event-reporting/firewall.md) page.
{% 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://newdocs.keeper.io/en/enterprise-guide/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.
