Skip to main content

Cloud ConnectorsSetup

Table of Contents

Monitoring

Opt Out of Health Reporting

To provide health reporting, Exabeam collects the following metadata from our customers.

  • A version that is installed on the system and license information (which modules are included in the license).

  • General system health status. For example, the memory used by Exabeam, and a number of threads.

  • For each sync to pull events, Exabeam logs the service from which we pulled the events, the endpoint, the result-count, the and status.

This data is very helpful for problem investigation. Exabeam provides monitoring functions that can automatically detect problems thus enabling us to be proactive in alerting you about any issues. As a result, it is recommended to keep health reporting enabled.

Important

The health monitor does not collect any customer data and does not examine the contents of events.

To opt out of health reporting:

  1. Have the relevant tenant ID on hand. For a single tenant that would be default-tenant-id.

  2. On the system where Exabeam Cloud Connectors is installed, open the terminal and execute the following command:

    docker container exec -it sk4zookeeper bash
  3. Change to the bin folder and run the zkCli.sh script.

    cd bin
    ./zkCli.sh
  4. Create the health reports settings.

    /sk4/tenants/<your tenant>/settings/health-report-settings ‘{ "whitelisted-fqdns": [] }’
  5. Verify that you can get to the health report settings by tying to get to /sk4/tenants/<your tenant>/settings/health-report-setting.

  6. Quit the zkCli and exit.