Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 593 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 593 Bytes

Otelcol distro containing the PII redaction processor

  • Install Otelcol Builder: https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder#installation
  • Build the otelcol-pii distro with opentelemetry-collector-builder --config=./manifest.yaml
  • Run the collector and send data to Sumo Logic: SUMOLOGIC_INSTALLATION_TOKEN=<your-installation-token> ./out/otelcol-pii --config=./config-sumologic.yaml
  • To run the collector locally and display data in the collector's console output without sending to Sumo Logic: ./out/otelcol-pii --config=./config-console.yaml