# 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>
