This is a known issue impacting NSX-T data center.
Workaround:
Delete stale files from
/mnt/ids folder, however some files might be in the process of getting analysed and we only want to delete the stale files.
Follow the steps mentioned below to delete stale files.
1. Check
/mnt/ids folder on the edge node. If this folder does not contain any files, ignore the following steps.
2. If
/mnt/ids folder contains files, grep for each file in
/mnt/ids in
/var/log/syslog* using the following command :
grep "<file_name_in_/mnt/ids_folder>" /var/log/syslog*
2.a. If you do find this file in syslog, with the string "
Security hub inspection event to sa-event-processor service", then this file is in use and not stale, do not delete these files.
Delete any other files not found as above 2.a. and restart the required container/services noted above as not running:
For example:
docker restart service_security_hub
docker restart service_datapath