- "We recommend using SSD drives on RAID 5 for all Carbon Black EDR deployments with 16,000 IOPS (250 MiB/s throughput) or equivalent performance characteristics."**
- "NAS or NFS are not supported for EDR data."**
- "For partitions that require 2 TB of storage space or more, at least five solid-state SAS drives in a RAID5 configuration are required."** RAID 5 allows the addition of multiple drives to increase space while providing a level of failover. Preferred over symlinks.
- "The count and size-on-disk of process documents are the key factors that drive performance and storage requirements of a Carbon Black EDR deployment."**
- Best practices:
- Consolidate cbevents to one volume when possible.
- Only cbevent data should be stored on symlink partitions.
- If possible, EDR data (/var/cb/data) should reside on a separate volume.
- Symlinks provide a good stop-gap feature to quickly add another disk. RAID 5 volumes provide seamless storage increases.
- Symlink reminders:
1. If the target of a symlink is moved or deleted, the symlink becomes "broken," and attempts to access it will result in an error.
2. Ensure that users have appropriate permissions to both the symlink and the target to avoid access issues.
3. Backup and restore operations might not handle symlinks as expected. Some backup tools might follow symlinks, potentially duplicating data.
4. Avoid symlinks within a symlinked directory, they can lead to recursive links which can cause confusion and potential issues. Recursive links might also cause infinite loops when traversing directories.
** OER: https://techdocs.broadcom.com/us/en/carbon-black/edr/carbon-black-edr/7-9-1/cb-edr-server-oer-/GUID-C3E2592A-BDA0-430C-8620-5B9ECFDB43B8-en.html
** How to use a Symlinked location for Event Storage
** How to create a symbolic link to move the /var/log/cb data location