Blacklist Ports
Use the
blacklisted_ports parameter in the agent configuration file to block network traffic and metrics from unnecessary network ports. Note that Port 53 (DNS) is always blacklisted.Access the agent configuration file, using one of the options listed.
Add
blacklisted_portswith desired port numbers.Example (YAML):
blacklisted_ports:- 6443- 6379Restart the agent (if editing
dragent.yamlfile directly), using either theservice dragent restartordocker restart sysdig-agentcommand as appropriate.