/
Sensitive Data Redaction in Syslog and WS-M agents

IBM DataPower Operations Dashboard v1.0.21.x

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Sensitive Data Redaction in Syslog and WS-M agents

An optional configuration to the Syslog and WS-M agents allows redaction patterns to be applied to all incoming messages before processing them in order to replace sensitive data with predetermined placeholders.

Use this configuration with caution, since performing additional processing on incoming messages received from monitored devices might affect DPOD performance and functionality.

  1. Create the following configuration files:

    1. Create the custom configuration file(s):

      1. For Syslog agents: /app/flume/syslog_agents/conf/custom.conf.

      2. For WS-M agents: /app/flume/wsm_agents/conf/custom.conf.

    2. Add the desired configuration to the file(s) in the following JSON format:

      { "redactions": [ { "pattern": "<Search pattern (Regular Expression)>", "placeholder": "<Replacement Text>" }, { ... } ] }

      For example:

      { "redactions": [ { "pattern": "card_number=[0-9]+", "placeholder": "card_number=xxx" }, { "pattern": "customer_id=[a-zA-Z0-9]+", "placeholder": "" } ] }
  2. Restart the Syslog and WS-M agents using Command Line Interface (CLI) and make sure they are running after restart.

 

Related content

Sensitive Data Redaction in Syslog and WS-M agents
Sensitive Data Redaction in Syslog and WS-M agents
More like this
Sensitive Data Redaction in Syslog and WS-M agents
Sensitive Data Redaction in Syslog and WS-M agents
More like this
Sensitive Data Redaction in Syslog and WS-M agents
Sensitive Data Redaction in Syslog and WS-M agents
More like this
Sensitive Data Redaction in Syslog and WS-M agents
Sensitive Data Redaction in Syslog and WS-M agents
More like this

Copyright © 2015 MonTier Software (2015) Ltd.