General Description
The 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
Fields |
Details |
---|---|
Name |
Codec |
Version |
3.1.0 |
Supported On |
LogPoint v6.3.0 and later |
Release Date |
2020-10-30 |
Document Date | 2020-10-30 |
Download | Codec_3.1.0.pak |
SHA256 | eacd25c3819fb5404e435ebe6e9361a8eee5531250746daf05ab51ed8b610d28 |
Bug Fix
The following issue has been resolved:
-
An error while decoding Base64 encoded strings.
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.
Decoding
Syntax: | process codec(decode,field) as decoded_attribute
For example, the "| process codec(decode, name) as decoded_name" command decodes the name field value and stores the decoded data to the decoded_name field.
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.
Support
If you have any queries or require assistance, please feel free to contact our support team:
Email: servicedesk@logpoint.com
Phone: +45 7060 6100
Best regards,
Comments
Article is closed for comments.