IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Bytes Processor
editBytes Processor
editConverts a human readable byte value (e.g. 1kb) to its value in bytes (e.g. 1024).
Supported human readable units are "b", "kb", "mb", "gb", "tb", "pb" case insensitive. An error will occur if the field is not a supported format or resultant value exceeds 2^63.
Table 29. Bytes Options
Name | Required | Default | Description |
---|---|---|---|
|
yes |
- |
The field to convert |
|
no |
|
The field to assign the converted value to, by default |
|
no |
|
If |
{ "bytes": { "field": "foo" } }