Codec Process Plugin
StandardThe Codec process plugin is a data-stream encoder or decoder plugin. By using this plugin, you can either encode field values to ASCII characters or decode the ASCII characters to their text value. The plugin uses the Base64 encoding scheme.
Release Details
Bug Fix
The following issue has been resolved:
Installation
Follow these steps to install the Codec Process Plugin v3.1.0:
- Download the Codec Process Plugin package provided in the Download section above.
- Install the application by importing the pak file to LogPoint under Settings >> System >> Applications.
Usage Information
General Syntax: | process codec(<encode/decode function>, <field to be encoded/decoded>) as <attribute_name>
Encoding
Syntax: | process codec(encode,field) as encoded_attribute
For example, the "| process codec(encode, name) as encoded_name" command encodes the name field value and stores the encoded data to the encoded_name field.
Support
If you have any questions or require assistance, create a support ticket.
Comments
Article is closed for comments.