Parameters#

Parameters to the agent can be passed at install time if necessary. Default parameters are sufficient for functioning of the application on a single node.

List of Parameters#

Parameters

Description

WDM_WL_SPEC

Data cache file used for state management

WDM_WL_THRESHOLD

Max number of sensor stream a pod can manage

WDM_CONSUMER_GRP_ID

Unique consumer group ID used to listen for messages from Redis

WDM_WL_OBJECT_NAME

Name of the work load object managed by the agent (statefulset name)

WDM_MAX_REPLICAS

Maximum number of replicas that the agent scale the pods horizontally.

WDM_MSG_KEY

Topic or key where Redis is publishing the event messages

WDM_WL_REDIS_SERVER

Address of the Redis server

WDM_WL_REDIS_PORT

Redis server port number

WDM_WL_CONFIG_PORT

REST API Port to send the event message received from VST

WDM_WL_ADD_URL

REST URL end-point to route the “add” event messages

WDM_WL_DELETE_URL

REST URL end-point to route the “delete” event messages

WDM_TARGET_PORT_MAPPING

A JSON string describing the port mapping to send requests. Eg: {“default”: 8011, “grpc”: 50064}