Compare Network Process Plugin
StandardThe Compare Network process plugin compares whether the provided IP addresses are from the same or different network. You can also identify if the IP addresses are public or private, based on the default or customized Classless Inter-Domain Routing (CIDR) values.
Release Details
Bug Fix
Installation
Follow these steps to install the Compare Network Process Plugin v3.1.0:
- Download the Compare Network 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_network(fieldname1,fieldname2)
For example:
The "| process compare_network(source_address, destination_address) | chart count() by source_address_public, destination_address_public, same_network, source_address, destination_address" query compares the source_address and destination_address field values with public addresses as per the CIDR values. The application returns true if the addresses are public or else it returns false. Similarly, the query also compares whether the fields are from the same network or not.
Support
If you have any questions or require assistance, create a support ticket.
Comments
Please sign in to leave a comment.