General Description
The InRange process plugin determines whether a field-value falls within the range of two given values. The processed query returns TRUE if the value is in the range, or FALSE otherwise.
Release Details
Fields |
Details |
---|---|
Name |
InRange Process |
Version |
3.1.0 |
Supported On |
LogPoint v6.8.0 and later |
Release Date |
2020-10-30 |
Document Date | 2020-10-30 |
Download | InRange_v3.1.0.pak |
SHA256 | 02508d16a1d32ae04f7f0e5a9dbfd5f7352546043cddc50cf4bb2b5485a28a80 |
Bug Fix
The following issue has been resolved:
-
Enriched fields were not highlighted in the search results.
Usage Information
Syntax:
| process in_range(endpoint1, endpoint2, field, result, inclusion)
where,
- endpoint1 and endpoint2 are the endpoint fields for the range,
- field is the field name to check whether its value falls within a given range,
- result is the user-provided field to assign the result: TRUE or FALSE,
- inclusion is the parameter to specify whether the range is inclusive or exclusive of given endpoint values. If this parameter is TRUE, the endpoints will be included for the query, and if it is FALSE, the endpoints will be excluded.
For Example:
The "| process in_range(datasize, sig_id, duration, Result, True)" query checks if the duration's value lies in the range of sig_id and datasize, inclusive of the endpoints, and assigns the result (TRUE or FALSE) to the Result field.
Sample Log
Installation
Follow these steps to install the InRange Process Plugin v3.1.0:
- Download the InRange 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.