You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`FIRETAIL_API_TOKEN`| ✅ |`PS-02-XXXXXXXX`| The API token the sensor will use to report logs to FireTail |
16
16
|`BPF_EXPRESSION`| ❌ |`tcp and (port 80 or port 443)`| The BPF filter used by the sensor. See docs for syntax info: https://www.tcpdump.org/manpages/pcap-filter.7.html|
17
-
|`MAX_CONTENT_LENGTH`| ❌ |`1048576`| The sensor will only read request or response bodies if their length is less than `MAX_CONTENT_LENGTH` bytes. |
17
+
|`MAX_CONTENT_LENGTH`| ❌ |`1048576`| The sensor will only read requests or responses if their length is less than `MAX_CONTENT_LENGTH` bytes. |
18
18
|`ENABLE_ONLY_LOG_JSON`| ❌ |`true`| Enables only logging requests where the content-type implies the payload should be JSON, or the payload is valid JSON regardless of the content-type. |
19
19
|`DISABLE_SERVICE_IP_FILTERING`| ❌ |`true`| Disables polling Kubernetes for the IP addresses of services & subsequently ignoring all requests captured that aren't made to one of those IPs. |
20
20
|`FIRETAIL_API_URL`| ❌ |`https://api.logging.eu-west-1.prod.firetail.app/logs/bulk`| The API url the sensor will send logs to. Defaults to the EU region production environment. |
0 commit comments