- Site Collector Overview
- Get Started with Site Collectors
- Install Site Collector
- Set Up Collectors
- Sign Up for the Early Access Program: Site Collectors
- Set Up Archive Windows Collector
- Set Up Archive Linux Collector
- Set Up EStreamer Collector
- Set Up Fortinet Collector
- Set Up IBM Security QRadar Collector
- Set Up Kafka Collector
- Set Up Splunk Collector
- Set Up Linux File Collector
- Set Up Microsoft SQL Collector
- Set Up MySQL Collector
- Set Up Oracle Collector
- Set Up Syslog Collector
- Set Up Windows Active Directory Collector
- Set Up Windows Event Log Collector
- Set Up Windows File Collector
- Manage Site Collectors
- Apply Antivirus Exclusions
- Modify Collector Configuration
- Modify a Site Collector Instance
- Manage Templates
- Monitor Log Sources
- Add Filters to Set Egress Log Filtering Conditions
- New Site Collector Management Service NGSCD
- Regenerate Certificates for Collectors
- Upgrade the Site Collector
- Upgrade the Site Collector Specifications
- Site Collector Monitoring
- Troubleshoot the Site Collector
- Pre-checks failed during Site Collector installation and upgrade
- Site Collector UI shows the status INSTALLATION_ERROR
- Download Support Packages for Troubleshooting
- How to reboot the Virtual Machine (VM) successfully to apply security updates?
- What information must be added while creating a support ticket to resolve an issue?
- Site Collector UI is not displaying the heartbeats
- Splunk Collector can't be set up
- Splunk Collector is set up however, logs are not reaching DL/AA
- Only a few of the installed Splunk Collectors are processing logs or EPS has dropped by 50% as compared to last hour
- The Windows Active Directory Collector (formerly known as LDAP Collector) is set up, however, the context data is not reaching DL/AA
- The Windows Active Directory Collector (formerly known as LDAP Collector) is stuck in the ‘Update’ mode after deployment
- Installation is initiated; however, the collector shows the status as ‘Setting Up’ for some time
- Data Lake and Advanced Analytics Does Not Show Context Data
- Context Data from Windows Active Directory Collector is Segmented
- Minifi Permission Denied - Logback.xml File Missing and Config File Update - Failed Error Occurred while Installing the Windows Event Log Collector
- Where should I upload proxy certificates if I am running proxy with TLS interception?
- How to upgrade Linux collector instance?
New Site Collector Management Service NGSCD
The new Site Collector Management Service NGSCD which is a systemd daemon service integrates with the Site Collector instance that facilitates communication with the Exabeam Cloud API. With this service released as part of the Site Collectors 2.6 February 2025 release, Site Collector provides automatic service management, logging integration, and efficient process management.
As part of the ngsccli sitecollector commands, you can install, upgrade, and delete ngscd service. You can also run the ngscd service for testing and troubleshooting.
Use the following commands to install, upgrade, and delete the ngscd service.
Install –
sudo ngsccli ngscd install
Upgrade –
sudo ngsccli ngscd upgrade
Delete –
sudo ngsccli ngscd delete
If the ngscd service is not in a running state, it disables several actions you can perform on the user interface (UI) or API. Check the service status and use the start service command to restore the ngscd service.
Use the following commands to check service status, start, and stop the ngscd service.
Check service status –
sudo systemctl status exabeam-ngscd
Start service –
sudo systemctl start exabeam-ngscd
Stop –
sudo systemctl stop exabeam-ngscd