The best practices of Elastifile is to delete the Datadog agent, as it is not used anymore.
Validating if the Datadog agent is indeed installed in the EMS:
rpm -qa | grep datadog
datadog-agent-6.10.0-3.elastifile.x86_64
Removing the Datadog agent:
- Login by SSH to the EMS machine
- Execute the following commands as root:
rpm -e datadog-agent-6.10.0-3.elastifile.x86_64
pkill logrotate
rm -f /elastifile/log/init_cloud_google.log*
systemctl restart emanage