- Deployment
- Authentication
- Manage User Accounts in Exabeam Cloud Connectors
- Generate a Hashed Password for the Exabeam Cloud Connectors Platform
- Replace the Default Clear-Text Passwords Mechanism with Hashed Passwords for Exabeam Cloud Connectors
- Install and Renew an SSL Certificate on the Cloud Connector Platform
- Add an SSL Certificate to the Cloud Connector Trusted Certificates Store Using a Script
- Add an SSL Certificate to the Cloud Connector Trusted Certificates Store Manually
- LDAP Authentication
- Active Directory Authentication
- Disable Sync Users and Groups Configuration
- Log Forwarding
- Docker Management
- High Availability
- Monitoring
- Security
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:
Have the relevant tenant ID on hand. For a single tenant that would be
default-tenant-id
.On the system where Exabeam Cloud Connectors is installed, open the terminal and execute the following command:
docker container exec -it sk4zookeeper bash
Change to the bin folder and run the
zkCli.sh
script.cd bin ./zkCli.sh
Create the health reports settings.
/sk4/tenants/
<your tenant>
/settings/health-report-settings ‘{ "whitelisted-fqdns": [] }’Verify that you can get to the health report settings by tying to get to
/sk4/tenants/
.<your tenant>
/settings/health-report-settingQuit the
zkCli
and exit.