tea_leaf
Version: v2025-01-13 | Includes use: No |
---|
Behavior name: IBM Tealeaf Connector
Allows IBM Tealeaf Customer Experience on Cloud to record HTTPS requests and responses for Akamai-enabled properties. Recorded data becomes available in your IBM Tealeaf account.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "tea_leaf" {
rules_v2025_02_18 {
name = "IBM Tealeaf Connector"
comments = "Allows IBM Tealeaf Customer Experience on Cloud to record HTTPS requests and responses for Akamai-enabled properties."
behavior {
tea_leaf {
enabled = true
limit_to_dynamic = true
ibm_customer_id = ""
}
}
}
}
"behaviors": [
{
"name": "teaLeaf",
"options": {
"enabled": true,
"limitToDynamic": true,
"ibmCustomerId": ""
}
}
]
Options
Option | Description |
---|---|
enabled |
When enabled, capture HTTPS requests and responses, and send the data to your IBM Tealeaf account.
|
limit_to_dynamic |
Limit traffic to dynamic, uncached,
No-Store content.
|
ibm_customer_id |
The integer identifier for the IBM Tealeaf Connector account.
|
Updated about 1 hour ago