When the Data Parser session agent is added to the pipeline, the following session agent settings can be modified to significantly affect its performance and behavior.
- 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 |
---|---|---|
Max Tag Length |
MaxTagLength |
This setting represents the number of characters collected after the pattern is matched if no end tag or regular expression is provided. Minimizing this value is important for optimizing speed. The default value is 1024 characters. |
Config File |
ConfigFile |
This path identifies the file containing rules to apply to the Data Parser. If this path is not found, the session agent does not load. |
Storage Name |
StorageName |
This user-defined section name in the request buffer indicates where created name/value pairs are inserted. If it is not specified, the created values are automatically inserted into the [appdata] section, which is created if none exists. Inserting data into the [appdata] section allows indexing of the new values. |