# Provide the edge controller PORT
REMOTE_CONTROLLER_SERVER_PORT=<port number of the controller>
# Provide the edge controller IP
REMOTE_CONTROLLER_SERVER_NAME=<IP address of the controller>
# For Host based deployment it will be True
SNIFF_LOCAL_ONLY=true
SSLSNIFF_INCLUDE_PROC_FILTER=<regex to include processes to monitor>
SSLSNIFF_EXCLUDE_PROC_FILTER=<regex to filter out processes to monitor>
# To sniff http traffic
ENABLE_NONSSL_SNIFF_TCP=true
LOGGING_LEVEL=<possible values warn|error|info|debug|trace>
SKIP_URI_REGEX=<regex to filter out URI to monitor>
SKIP_EXTENSIONS=svg|txt|png|jpg|jpeg|io|tff|woff|woff2|ico|css|pdf|html|mp4|php|ajax|js|gif|tiff|ttf|doc
# Below are the sampling related env
ENABLE_CONNECTION_SAMPLING=false
DISABLE_INCOMING_LOGGING=false
MAX_IPS_TO_FOLLOW=3
MAX_CONNS_PER_IP=100
