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 32. Bytes Options
Name | Required | Default | Description |
---|---|---|---|
|
yes |
- |
The field to convert |
|
no |
|
The field to assign the converted value to, by default |
|
no |
|
If |
|
no |
- |
Conditionally execute this processor. |
|
no |
- |
Handle failures for this processor. See Handling Failures in Pipelines. |
|
no |
|
Ignore failures for this processor. See Handling Failures in Pipelines. |
|
no |
- |
An identifier for this processor. Useful for debugging and metrics. |
{ "bytes": { "field": "file.size" } }