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, you can disable Captures altogether by configuring the agent. See Configure the Agent.
Disable Captures Manually
To disable captures through direct access of dragent.yaml
:
Access
dragent.yaml
by using one of the options listed in Configure the Agent.Set the parameter:
sysdig_capture_enabled: false
Restart the agent, using the command:
service dragent restart
Disable Captures via sysdig-deploy Helm Chart
To disable Captures via Helm, edit the boolean parameter disableCaptures
in agent.sysdig
:
- Use the following Helm configuration:
agent:
sysdig:
disableCaptures: true
- Alternatively, use:
--set agent.sysdig.disableCaptures=true
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.