Current Time Process Plugin
StandardThe Current Time Process Plugin takes the current time and adds it as a new field to all the logs. You can use this information to compare, compute, and operate with other timestamps fields in a log message.
Release Details
Bug Fix
The following issue has been resolved:
Installation
Follow these steps to install the Current Time Process Plugin v3.1.0:
- Download the Current Time 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
Syntax:
| process current_time(a) as string
For example:
The "source_address = * | process current_time(a) as time_ts" query gets the current time from the user and assigns it to time_ts field.
Support
If you have any questions or require assistance, create a support ticket.
Comments
Article is closed for comments.
Hi, what is variable a in "current_time(a)"?