Sample Configuration

Full Configuration

The following configuration sample is taken from the TealeafCaptureSocket.cfg file on the Processing Server.

Note: TMS is the preferred method for configuring Windows pipelines. See "Tealeaf® Management System" in the IBM Tealeaf cxImpact Administration Manual.
[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 IBM® Tealeaf CX Passive Capture Application that captured the hit. This example configuration might be useful if you have one or more development instances of the IBM Tealeaf CX Passive Capture Application, whose data you do not wish to capture and process through the Windows pipeline.