Skip to content

TheComputerM/redactprocessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redact Processor

This processor redacts sensitive information present as a string in log bodies using cockroachdb/redact

Usage

Follow the guide to build a custom OpenTelemetry collector which has this processor included in it.

# builder-config.yaml

# ...
processors:
  - gomod:
      github.com/thecomputerm/redactprocessor v0.0.1
# ...

And in the config for the collector:

processors:
  redact:

service:
  pipelines:
    logs:
      receivers: [...]
      processors: [redact]
      exporters: [...]

About

OpenTelemetry processor that uses cockroachdb/redact

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages