The Web Data Entry is the samples input channel.
The WDE converts the raw input data into samples.
The samples are published on the BUS and stored in the profile DB (if needed) by the Loader.
Tracking the samples handled by Matcher requires turning on the DEBUG mode in:
<Gateway machine>\HPBAC\conf\core\Tools\log4j\mercury_wde\wde.properties
Change-
log4j.category.com.mercury.am.platform.wde.decode.IgnoredSamplesLogger=$loglevel,
IgnoredSamples.appender
To-
log4j.category.com.mercury.am.platform.wde.decode.IgnoredSamplesLogger=DEBUG, IgnoredSamples.appender
Change-
log4j.category.com.mercury.am.platform.wde.publish_SamplePublisherSamples=$loglevel, PublishedSamples.appender
To-
log4j.category.com.mercury.am.platform.wde.publish_SamplePublisherSamples=DEBUG, PublishedSamples.appender
Follow this log file:
<Gateway machine>\HPBAC\log\mercury_wde\wdeIgnoredSamples.log
and
<Gateway machine>\HPBAC\log\mercury_wde\wdePublishedSamples.log
Note: Do not forget to turn off the DEBUG mode when done; The Matcher log appender in commented in default.