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-XXXX-XXXX-XXXX-XXXXXXXXXXXX-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX`| The API token the sensor will use to report logs to FireTail |
12
12
|`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|
13
-
|`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. |
13
+
|`MAX_CONTENT_LENGTH`|❌|`1048576`| The sensor will only read request or response bodies if their length is less than `MAX_CONTENT_LENGTH` bytes. |
14
14
|`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. |
15
-
|`ONLY_LOG_JSON_MAX_CONTENT_LENGTH`| ❌ |`1048576`| When `ENABLE_ONLY_LOG_JSON` is `true`, the sensor will only read request or response bodies to check if they're valid JSON if their length is less than `ONLY_LOG_JSON_MAX_CONTENT_LENGTH` bytes. |
15
+
|`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. |
16
16
|`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. |
17
17
|`FIRETAIL_KUBERNETES_SENSOR_DEV_MODE`| ❌ |`true`| Enables debug logging when set to `true`, and reduces the max age of a log in a batch to be sent to FireTail. |
18
18
|`FIRETAIL_KUBERNETES_SENSOR_DEV_SERVER_ENABLED`| ❌ |`true`| Enables a demo web server when set to `true`; useful for sending test requests to. |
0 commit comments