General Description
The 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
Fields |
Details |
---|---|
Name |
Current Time |
Version |
3.1.0 |
Supported On |
LogPoint v6.8.0 and later |
Release Date |
2020-10-30 |
Document Date | 2020-10-30 |
Download | CurrentTime_v3.1.0.pak |
SHA256 | c0bd3b188233d25dce244b04c2cfe086dbf6bf27ed57a8aa2df01e46656022f7 |
Bug Fix
The following issue has been resolved:
-
Enriched fields were not highlighted in the search results.
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.
Sample Log
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.
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,
Hi, what is variable a in "current_time(a)"?