Dynamic Variables
The dynamic variables
functionality enables dynamic configuration parameters.
This can be achieved by using the dynamic variables
functionality, which links the value of
a configuration parameter to a value received from a variable.
For marking a dynamic variable, the following syntax has to be used:
Start Marker: ${
Syntax: module_id.key
(for global data),
env.key
(for environment variables), or local.key
(for local module data** - only for tag, processor, and output modules)
End Marker: }
You have to replace the placeholders with:
-
module_id
: The id of the module whose data should be used. -
key
: The key name whose data should be used.
** The current data object available in the according module.
Introduction
Buffering