To enable Legacy Mode user agent parsing, complete the following steps.
Note: If you have been using the standard
version of user agent parsing and have added values into the
UserSupplement.csv
file,
those values must be inserted into UserCap.csv
. UserSupplement.csv
is
not used in Legacy Mode.- Login to the Portal as an administrator.
- From the Portal menu, navigate to TMS.
- Click the WorldView tab.
- From the Servers drop-down, select the server hosting the capture pipeline where the Reference session agent is deployed.
- Click the Transport Service node.
- Select Transport Service configuration.
- In the Config Actions panel, click View/Edit (Raw).
- The raw version of the
TealeafCaptureSocket.cfg
file is displayed.You may choose to copy and paste this content into your favorite text editor for editing. - In the file, locate the
[TLTRef]
section. - Verify that the setting for
AdvancedUAParsing
isTrue
.This setting enables basic user agent parsing. It should be set toTrue
for all new installs or upgrades to Release 8.1 or later. If it is not, set this value toTrue
. - Search the
[TLTRef]
section forUAParsing=
.If it is not found, insert
UAParsing=old
in the section.If it is found, verify that it is set to the above value (
old
). This setting enables Legacy Mode.Note: This setting is not available by default and must be inserted in the configuration manually. - Configure the other settings for the user agent.
- To save your changes, click Save.
- To push the change to other Canisters in your environment, click Add Tasks and Submit.
- Legacy Mode for user agent parsing is enabled. To disable, set
UAParsing
to any other value, comment out the line, or remove it from the configuration.