Domain Scrubbing

Domain scrubbing allows you to prevent entire domains from being traced. It prevents data from being sent by the Lumigo tracer for domain-specific HTTP calls.

Domain scrubbing allows you to prevent entire domains from being traced by Lumigo. Domain scrubbing prevents data from being sent by the Lumigo Tracer for domain-specific HTTP calls. The list of domains is defined using regular expressions.

Default Behavior

By default, Lumigo will apply domain scrubbing on domains that are associated with common aws services such as Secrets Manager, SSM, KMS and STS.

Customization

To override the default regular expressions, add the LUMIGO_DOMAINS_SCRUBBER environment variable to your Lambda function.

KeyValue
LUMIGO_DOMAINS_SCRUBBER["domain1", "domain2",...]

πŸ‘

Note

The value of LUMIGO_DOMAINS_SCRUBBER must be a valid JSON list.

Example

1203
  1. Domains are defined using an environment variable
1919
  1. Request and Response body data is not traced by Lumigo