The following configuration sample is taken from the
TealeafCaptureSocket.cfg
file on the Processing Server.
Full Configuration
[DataDrop]
...
DelImages=YES
KeepRealiTeaViewerHits=YES
KeepRoundTripHits=YES
LogStatistics=NO
LogStatisticsInterval=3600
Drop1=reqfield URL contains /company/
Drop2=reqfield HTTP_USER_AGENT contains bot
Drop3=reqfield URL contains /coMPany/ IGNORECASE
Drop4=reqsection env contains CaptureType=2
Drop5=response contains "cache-control: private"
Example PARTOF Configuration
In the example below, the drop rule
has been specified to drop the hit if the request field (reqfield
)
called PCA_NAME
contains one of the listed values: ceres
, io
,
or pluto
.
Drop6=reqfield PCA_NAME partof ceres;io;pluto
This request field is contained in the [env]
section of the request and is
assigned by the CX Passive Capture Application that captured the hit. This example configuration might
be useful if you have one or more development instances of the CX Passive Capture Application, whose
data you do not wish to capture and process through the Windows pipeline.