The Security Analytics appliance is sending multiple requests to the URL api.segment.io.
High traffic volumes to api.segment.io post-upgrade.
There are multiple connections open with the postgres database listing /usr/sbin/scm license bytes_yesterday
Release : Previous to 8.2.2
If you are running Security Analytics 8.2.2, this should not be a problem. If you are running a version previous to 8.2.2, do the following:
To remove the line,
There may be a backup of requests in the queue, but eventually the Security Analytics appliance should stop sending requests to the URL. One way you can kill the queued up processes is by running the following command:
ps -aux | grep bytes_yesterday | grep -v root | awk -F' ' '{ print $2 }' | xargs -n 1 -t kill
If after making the crontab change you are still seeing the requests, rebooting the entire appliance should stop all processes and clean everything up.