This query function reads given parameter and assigns the value to a field in the event.
Function Traits: Transformation
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
as | string | required | The name of the output field. | |
parameter [a] | string | required | The name of the parameter to read. | |
The parameter name for parameter
can be omitted; the following forms are equivalent:
logscale
beta:param("value")
and:
logscale
beta:param(parameter="value")