Disable Captures

Sometimes, security requirements dictate that capture functionality should not be triggered at all. For example, PCI compliance for payment information.

In such cases, to disable Captures altogether:

  1. Access the configuration file by using one of the options listed.

    This example accesses dragent.yaml directly.

  2. Set the parameter:

    sysdig_capture_enabled: false
    
  3. Restart the agent, using the command:

    service dragent restart
    

See Captures for more information.