Evaluation Process Plugin
Evaluation Process Plugin installs the eval process command which evaluates mathematical, boolean and string expressions during a Logpoint search and adds the evaluation result in an identifier as a new field.
New Feature
Bitwise Operations
The Evaluation Process Plugin now supports Bitwise Operations,
allowing users to include binary logic in their queries.
With this update, users:
-
Apply bitwise AND, OR, XOR and NOT operations on values.
-
Shift bit to left and right in binary digits.
-
Count the number of 1 bits in a value’s binary representation.
Bug Fixes
Description | Issue ID | Reference ID |
When using the process eval command to display the value of event_id, the results showed null, which was incorrect. |
LP-67901 |
91117 |
The results differed between a query using search and one without it, leading to confusion due to the inconsistency. |
SR-523 |
78826 |
When the rex or norm commands were used between the process eval and char count functions, the result showed null, instead of the correctly evaluated result. |
SR-283 |
88397 |
Past Releases
Evaluation Process Plugin v5.2.0
Release Date: Jan 10, 2025
Supported On: Logpoint v7.5.0 and later
Download: Eval_5.2.0.pak
SHA256: b8bd6e70a05237b81786814edd2beb67366e5a1ef1fe837f1ba76bc49b7e94e6
Enhancement
Description
|
Issue ID
|
Reference ID
|
---|---|---|
Eval now displays syntax errors detected in queries while using Logpoint search. Go to Evaluation Process Plugin to see how. |
SR-179 |
- |
Updated the operator’s order used to evaluate the expressions:
|
SR-129 |
|
Added case keyword in the syntax of If, If-else and If-elseif-else statements to simplify these statements. Go to Conditional and Comparison functions to learn more. |
SR-83 |
Evaluation Process Plugin v5.1.0
Release Date: March 22, 2024
Supported On: Logpoint v6.7.0 and later
Download: eval_5.1.0.pak
SHA256: 8c35f77a9604c161bdf8a2786d2692ba1749180137fa3029ab371187c3f8171b
Enhancement
Description |
Issue ID |
Reference ID |
---|---|---|
Added the following functions:
|
KB-17601, KB-19210, KB-17584, KB-21142, KB-21554 | 74979, 75122 |
Bug Fixes
The following issues are fixed:
Description |
Issue ID |
Reference ID |
---|---|---|
Multiple process eval commands with the same identifier executed in sequence returned a result of the first process eval only. For example, the | process eval = ("x = 'old_value'") | process eval = ("x = 'new_value'") query returned x = old_value. | KB-20801 | 74102 |
The strftime and strptime functions did not correctly return the preferred time and date format. | KB-17465 | 57441, 46987, 45764 |
Evaluation Process Plugin v5.0.0
Release Date: September 30, 2022
Supported On: Logpoint v6.7.0 and later
Download: eval_5.0.0.pak
SHA256: aaf3954d5451bb6cb7c363cf42583ed97e7f39a7ddae03871fa29040ed6c4dc8
Enhancements
Description |
Issue ID |
Reference ID |
---|---|---|
The strftime and strptime functions now support timezone parameters to evaluate date and time values based on timezone, including Greenwich Mean Time (GMT). To learn more, go to strptim and strftime. |
KB-17786 | - |
New support for:
|
KB-17486, KB-17663, KB-17468 | 42133, 66636 |
Bug Fixes
The following issues are fixed:
Description |
Issue ID |
Reference ID |
---|---|---|
The maximum value of conversion for the hex value was limited to 7fffffff. |
KB-17786 | - |
Returned a null value when arithmetic operators were used on a valued numerical field. | KB-17467 | 52424 |
The tostring operation applied on a date and time returned an equivalent integer instead of a string value. | KB-17464 | 59106 |
Support
If you have any queries or require assistance, create a support ticket.
Comments
Article is closed for comments.