- Display Name values are displayed in TMS, which is the recommended method for configuring session agents.
- Name values are displayed in
TealeafCaptureSocket.cfg
.
Display Name | Name | Description |
---|---|---|
DelImages |
DelImages |
Enable DelImages actions, such as deleting images or other binary hits. The default value is YES. |
Keep RealiTea Viewer Hits |
KeepRealiTeaViewerHits |
Retain hits generated by the session viewer. The default value is NO. |
Keep RoundTrip Hits |
KeepRoundTripHits |
Retain hits used to estimate round-trip times. The default value is YES. |
Log Statistics |
LogStatistics |
Enable logging of statistics. The default value is NO. |
Statistics Logging Interval |
LogStatisticsInterval |
Time in seconds between statistics logging. The default value is 3600 seconds (one hour). |
DataDrop Rule |
Drop |
DelImages
By default, the DelImages option enables the DataDrop session agent to remove uninteresting binary hits. Set DelImages to YES
to drop these kinds of hits.
Typically, an uninteresting hit references a common binary or configuration file that does not contain information of interest to Tealeaf. An uninteresting hit has the following properties:
- Capture type:
3
- Status code:
200
-299
or304
- URL field does not have a suffix specified by the KeepSuffixes setting.
KeepRealiTeaViewerHits
By default, KeepRealiTeaViewerHits is set to NO
.
Set KeepRealiTeaViewerHits to YES
if you want to keep hits from RealiTeaViewer.
A hit from CX RealiTea Viewer is one where the HTTP_USER_AGENT field is set to RealiTeaViewer
or TealeafFileGetter
.
KeepRoundTripHits
By default, KeepRoundTripHits is set to YES
.
Set KeepRoundTripHits to YES
if you want to keep round-trip hits for processing by RoundTrip.Action.tcl
.
A round-trip hit is defined when the TealeafRoundTrip field is set to YES
.
LogStatistics
By default, LogStatistics is set to NO
.
Set LogStatistics to YES
if you want statistics on dropped hits written to a tab-delimited file.
The statistics file is prefixed with SADataDropStats
and is written to the same directory as the session-agent log.
LogStatisticsInterval
By default, LogStatisticsInterval is 86400
, which corresponds to the number of seconds in one day.
Set LogStatisticsInterval to the number of seconds to wait before writing statistical information to the session agent's statistics file.