Jump to: navigation, search

log-filter

This section is defined on the Options tab of the Stat Server Application object and has to be named log-filter. Refer to the “Hide Selected Data in Logs” chapter in the Genesys Security Deployment Guide for more information about this feature.




     


default-filter-type

Default Value: copy

Valid Values:

  • copy The keys and values of KVList information are copied to the log.
  • hide The keys of the KVList information are copied to the log; the values are replaced with strings of asterisks.
  • hide-first,<n> The keys of the KVList information are copied to the log; the first <n> characters of the value are replaced with asterisks. If <n> exceeds the number of characters in the value, the number of asterisks will be equal to the number of characters in the value.
  • hide-last,<n> The keys of the KVList information are copied to the log; the last <n> characters of the value are replaced with asterisks. If <n> exceeds the number of characters in the value, the number of asterisks will be equal to the number of characters in the value
  • tag[(<tag-prefix>,<tag-postfix>)] KVList information is tagged with the prefix specified by <tag-prefix> and the postfix specified by <tag-postfix>. If the two parameters are not specified, the default tags <# and #> are used as prefix and postfix, respectively.
    To use the default tags, you can use any of the following values:
    • tag
    • tag()
    • tag(,)
    To define your own tags, replace the two parameters in the value with your tags.
  • unhide-first,<n> The keys of the KVList information are copied to the log; all but the first <n> characters of the value are replaced with asterisks. If <n> exceeds the number of characters in the value, the value of the key appears, with no asterisks.
  • unhide-last,<n> The keys of the KVList information are copied to the log; all but the last <n> characters of the value are replaced with asterisks. If <n> exceeds the number of characters in the key, the value of the key appears, with no asterisks.
  • skip KVList information is not copied to the log.


Changes Take Effect: Immediately


Specifies the default manner in which KVList information (including UserData, Extensions, and Reasons) is presented in the Stat Server log. Stat Server applies the value of this option to all KVList pairs, but the presentation of specific pairs can in AttributeUserData be overridden by options that are explicitly defined within the log-filter-data section.

Example

[log-filter]
default-filter-type=copy

Here is an example of a log with the default log filter settings:

    message RequestSetCallInfo
      AttributeConsultType 3
      AttributeOriginalConnID 008b012ece62c8be
      AttributeUpdateRevision 2752651
      AttributeUserData [111] 00 27 01 00..
        ‘DNIS' '8410'
        ‘PASSWORD' '111111111'
        'RECORD_ID' '8313427'
      AttributeConnID 008b012ece62c922

Refer to the Genesys Security Deployment Guide for additional examples.

filtering

Default Value: true
Valid Values: true, false
Changes Take Effect: Immediately, if application is subscribed to notifications that this option has been changed.


Enables (true) or disables (false) log filtering at the Application level.

This page was last edited on August 31, 2015, at 21:46.
Comments or questions about this documentation? Contact us for support!