" /> How to - Hide Sensitive date in Genesys Logs - Genesys CTI User Forum

Author Topic: How to - Hide Sensitive date in Genesys Logs  (Read 3221 times)

Offline Iphoneuser

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
How to - Hide Sensitive date in Genesys Logs
« on: May 30, 2014, 06:21:38 PM »
Advertisement
Would like to hide ssn/account number in the genesys logs - info which received from ivr thru attached data.
If i make changes in the URS options will it be sufficient or i should make changes in t-server app too

Offline terry

  • Sr. Member
  • ****
  • Posts: 328
  • Karma: 35
Re: How to - Hide Sensitive date in Genesys Logs
« Reply #1 on: May 31, 2014, 12:53:00 AM »
if it is only about URS log then only URS options,
if some other logs then options of those other applications.

Offline GMG

  • Newbie
  • *
  • Posts: 41
  • Karma: 2
  • GCP CIV 8X
Re: How to - Hide Sensitive date in Genesys Logs
« Reply #2 on: June 02, 2014, 04:15:07 AM »
Attach data is something coming with Call. You can reduce the log level and this Attached Data information, will go away.

URS supports the option "hide_private_data", which is talks about user password while calling Web Service, if we are using web method (HTTP/SOAP), even option will not remove attach data from the logs.

Attach data also be available with TServer/SIPServer/ORS/URS...etc logs, you need to reduce the log level to hide this information in the logs.

Attached data is not the Private Data.


--
GMG
CIV-8.X

Offline Steve

  • Sr. Member
  • ****
  • Posts: 298
  • Karma: 11
Re: How to - Hide Sensitive date in Genesys Logs
« Reply #3 on: June 02, 2014, 01:09:18 PM »
Look at the log-filter and log-filter-data sections in T-Server and URS, these have 3 options -

copy - The keys and values of the KVList pairs are copied to the log.
hide - The keys of the KVList pairs are copied to the log; the values are replaced with strings of asterisks.
skip - The KVList pairs are not copied to the log. NOTE – Using this for the default-filter-type will block all attached KVP data from the log.