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
| Variable Name | Required? | Example | Description |
@@ -18,6 +22,7 @@
18
22
|`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
23
|`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
24
|`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. |
25
+
|`FIRETAIL_KUBERNETES_SENSOR_LIFETIME_MINUTES`| ❌ |`15`| The maximum lifetime of the FireTail kubernetes sensor in minutes. Must be an integer. Values <=0 will disable the shutdown timer. |
21
26
|`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. |
22
27
|`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