Configuring the PCA to capture a non-standard file extension
You can configure the PCA to drop hits that are files of a specific type, which is useful for eliminating large binary file types, such as PDF files, from being captured and processed by Tealeaf.
To configure the PCA to capture a non-standard file extension, complete the following steps.
- Open the PCA Web Console.
- Click the Pipeline tab.
- Add the extension to the Included File Extensions list.
- Type the extension into the Included File Extensions text field.
- Click Add.
- Click Save Changes.
Configuring the PCA to capture a non-standard MIMEtype
You can configure the PCA to capture a non-standard MIMEtype.
To configure the PCA to capture a non-standard MIMEtype, complete the following steps.
- Open the PCA Web Console.
- Click the Pipeline tab.
- Add the extension to the Capture All Mimetypes list.
- Type the MIMEtype into the Capture All Mimetypes text field.
- Click Add.
- Click Save Changes.
Configuring the PCA to drop the response for hits with a specified extension
You can configure the PCA to drop the response for hits with a specified extension.
To configure the PCA to drop the response for hits with a specified extension, complete the following steps.
- Open the PCA Web Console.
- Click the Rules tab.
- Create a drop response action:
- In the Actions section, click Add.
- Complete a name for the action.
- Set the action to
DropResponse
. - Click Save Changes.
- Create a rule that uses the created action:
- Click Insert Rule 1.
- Set
ReqField
to TL_URLEXT. - Set
ReqOp
to =. - Set
ReqVal
to the extension. - To add the drop response action to the rule, select the action and click Add.
- Click Save Changes.