Skip to main content
Logz.io logo Logz.io is an end to end cloud monitoring tool for unified log, metric, and trace analytics for any stack.
env zero has the ability to send all of your deployment logs and audit logs directly to your Logz.io account.

Setup

Here are the steps to configure it:
  1. In your Logz.io account, navigate to Settings > Manage Tokens > Data shipping tokens and click on the Logs tab.
  2. Copy the Listener URL (You can also verify your Logz.io account region and get the listener hostname using this guide).
  3. Copy the Logs token.
  4. There are two ways to configure the integrations:
    1. In the env zero app

    In the organization’s integrations page, click on Logz.io and fill the form’s fields:
    Log forwarding integration configuration form showing setup fields
    1. Using environment variables

      In the env zero platform you will need to configure the following environment variables in any scope you would like to have them:
env zero sets the log name according to the log type:
  1. Audit Logs:

    • name - env0-audit-logs
  2. Deployment Logs:

    • name - env0-deployment-logs

Next steps