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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ POC for a FireTail Kubernetes Sensor.
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
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. |
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
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. |
16
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. |
17
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