epadmin-dynvar
epadmin dynvar target — Manages EventFlow dynamic variables.
DESCRIPTION
Use the dynvar target to retrieve and set the values of dynamic variables in EventFlow modules.
The dynvar target has two commands:
The designation [ in syntax examples is a reminder that this command requires either the global parameter sn|ad]‑‑servicename or the ‑‑adminport and ‑‑hostname combination to identify the node or cluster of interest.
                  
epadmin get dynvar
Retrieves current dynamic variable values.
epadmin[get dynvar epadminsn|ad][get dynvar --engine=myEngine epadminsn|ad][get dynvar --path=myModule.myDynVar epadminsn|ad][get dynvar --engine=myEngine --path=myModule.myDyVarsn|ad]
| Command Parameter | Description | Required | 
|---|---|---|
| engine | Engine name filter. | No. The default is all engines. | 
| path | Path filter in StreamBase path notation. | No. Default get all dynamic variables at all paths. | 
epadmin set dynvar
Sets a dynamic variable value.
epadmin[set dynvar --path=myModule.myDynVar --value="newValue" epadminsn|ad][set dynvar --engine=myEngine --path=myModule.myDynVar \ --value="newValue"sn|ad]
| Command Parameter | Description | Required | 
|---|---|---|
| engine | Engine name filter. | No. The default is all engines. | 
| path | Dynamic variable path in StreamBase path notation. | Yes. | 
| value | Set dynamic variable to this value. | Yes. | 
