Agent Name | Agent Token | Description |
---|---|---|
Archive session agent | [Archive] |
Saves captured data to disk as TLA files. |
Attribute indexing session agent | [AttrIndexer] |
Captures session attribute information and inserts into cxReveal database. |
Canister session agent | [Canister] |
Sends session data to the Short Term Canister. |
Cookie parser session agent | [CookieParser] |
Enable ease of searching by parsing cookies. |
Data drop session agent | [DataDrop] |
Removes hits from specific binary requests which are of no interest. |
Data parser session agent | [DataParser] |
Scrapes the REQ or RSP buffer for a value, then sets it into a user chosen name/value pair in the REQ [appdata] section. The found value can be operated upon by a regex and can be MD5 encoded. |
Decouple session agent | [Decouple] |
Decouples the Capture Pipeline from the main thread of the server and queues hits in memory only. |
DOM capture virtual hit session agent | [DomCaptureVHit] |
Moves the captured DOM or DOM Diff data from the UI hit into a newly created virtual hit, with
the captured DOM or DOM Diff as its response.
Note: The DOM Capture Virtual Hit session
agent is needed only if you are going to perform DOM or DOM Diff capture. Additionally, if you
decide to perform DOM capture, the DOM Capture Virtual Hit session agent must be configured after
the Inflate session agent and before the Privacy session agent. |
Extended decouple session agent | [DecoupleEx] |
Handles sustained increases in traffic volume by regulating the volume of hits entering the Canister to prevent it from becoming overloaded. |
Extended privacy session agent | [PrivacyEx] |
Extended [Privacy] session agent with checksum and MD5 hashing
features. |
Health-based routing (HBR) session agent | [HBR] |
Dynamic router of traffic based on the health of processing servers. |
Inflate session agent | [Inflate] |
Expands data in the Capture Pipeline which has been compressed with GZIP for HTTP transfer. |
Managed code session agent | various | Allows custom functionality written in C# or VB.NET. |
Null session agent | [Null] |
Terminates the pipeline and performs no action on the data. |
Privacy session agent | [Privacy] |
Provides rule-based blocking or encryption for sensitive data. |
Real-time monitoring and alert RTA session agent | [RTA] |
Identifies errors in the captured data and takes one or more of the following actions: writes an event to the Windows™ Event Log, generates an Application Event in the recorded request file, deletes the hit, or sends email. |
Response tags to Request session agent | [RSPTags2REQ] |
Search response buffer for tags to add to the [appdata] section
of the request. |
RTA split session agent | [RTASplit] |
Used to route traffic to child pipelines. |
Session router session agent | [SessionRouter] |
Designed for cases of simple session routing or sampling. |
Sessioning session agent | [Sessioning] |
Uses an MD5 hash or a specified request field to generate the session ID. |
Socket session agent | [Socket] |
Transfers captured data to another machine through a TCP/IP network. |
Statistics logger session agent | [StatsLogger] |
Manages the assembly and insertion of hit statistics into the Statistics database. |
Tealeaf Reference session agent | [TLTRef] |
Normalizes some hit information, such as URL, server, host, and application. |
Tealeaf Sessioning session agent | [TLSessioning] |
Sessionizes in the pipeline for the non-simple cases. |
TimeGrade session agent | [TimeGrades] |
Assigns a grade to a hit in the following three areas:
|
URL decode session agent | [URLDecode] |
Converts characters in the URL request that are represented in hexadecimal data to ASCII characters. |