Compare Process Plugin
StandardThe Compare Process Plugin compares two field values in a search result.
Release Details
Bug Fix
The following issue has been resolved:
Installation
Follow these steps to install the Compare Process Plugin v3.1.0:
- Download the Compare 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 compare(fieldname1,fieldname2) as string
For example:
The " label = Login | process compare(caller_domain, target_domain) as match" query compares caller_domain and target_domain fields. If both the fields match, the application assigns true to the match field. If they don't, the application assigns false to the match field. If any of the fields are null, the application assigns null to the match field.
Support
If you have any questions or require assistance, create a support ticket.
Comments
Article is closed for comments.