There are multiple reasons for requiring additional disk space for process events:
Add additional disk space for Solr cbevent cores. Solr uses the new cbevents directories if their name is prefixed with cbevents*.
In this scenario, the current (full) cbevents directory resides in the default folder /var/cb/data/cbevents.
1. Mount the new disk device.
mount /dev/sdb1 /cbdata
2. Symlink the new cbevents2 folder to the current cbevents directory. The symlink name must start with cbevents and trail with a number.
ln -s /cbdata /var/cb/data/solr/cbevents2
3. Confirm that the Carbon Black EDR user has write permissions in the mounted directory (/cbdata2)
chmod cb:cb /var/cb/data/solr/cbevents2 chown 755 /var/cb/data/solr/cbevents2
4. Confirm the directory exists, you should see both cbevents and cbevents2.
ls -latr /var/cb/data/solr
** How to use a Symlinked location for Event Storage
** How to create a symbolic link to move the /var/log/cb data location