Format Date Process Plugin
ArchivedFormatDate converts the given timestamp field value to the desired date format. The current version of the plugin only converts the log_ts and col_ts timestamp fields.
The plugin uses the SimpleDateFormat class of JAVA programming language. The SimpleDateFormat class defines the following pattern letters:
Release Details
Installation
Follow these steps to install the FormatDate Process Plugin v3.0.0:
- Download the FormatDate Plugin package provided above in the Download section.
- Install the package by importing the pak file to LogPoint under Settings >> System >> Applications.
Usage Information
Syntax: | process format_date(<timestamp_field>, <date_format>) as <attribute_name>
For example, the "| process format_date(log_ts, "Y G-MM-dd HH w hh:mm:ss Z") as formatted_log_ts" query converts the log_ts (log generation timestamp) field into the Y G-MM-dd HH w hh:mm:ss Z format and stores the result in the formatted_log_ts field.
Support
If you have any questions or require assistance, create a support ticket.
Comments
Article is closed for comments.