To Hex
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation is used to convert a string to a hexadecimal code. Hexadecimal encoding is often used to represent binary data in a readable, ASCII-compatible format.
These are the input/output expected data types for this operation:
- Strings you want to encode.
- Resulting hexadecimal codes.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to encode a series of events into hexadecimal-encoded data:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose To Hex.
Set Delimiter to Space
.
Give your Output field a name and click Save. The values in your input field will be encoded. For example:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.