Before configuring your eDirectory or OES NSS servers to forward audit logs, confirm that LT Auditor MP is correctly configured to receive them. The receiver settings define the IP address, port, and protocol that LT Auditor MP listens on for incoming syslog streams from your OpenText systems. This article covers how to review and update these settings in the LT Auditor MP console.
Understanding receiver settings:
LT Auditor MP uses Transformation Rules to define how incoming syslog data is received and processed. Each transformation rule specifies:
- The IP address the LT Auditor MP server listens on for incoming connections
- The port number the rule listens on
- The communication protocol — UDP, TCP, or TLS
- How the incoming log data is parsed and normalized into structured audit records
Two transformation rules are pre-configured for eDirectory and NSS auditing:
| Rule | Default Port | Source |
| eDirectory Transformation Rule | 5014 | OpenText eDirectory CEF audit logs |
| NSS Transformation Rule | 5015 | OpenText OES NSS file activity logs |
If these default ports conflict with other services in your environment, they can be changed in the transformation rule configuration.
Accessing transformation rules:
- Log in to the LT Auditor MP Web UI
- Navigate to Configure in the main navigation menu
- Locate the relevant transformation rule in the list:
- The eDirectory rule (default port 5014)
- The NSS rule (default port 5015)
- Click the three vertical action buttons to the right of the rule
- Select Edit to open the transformation rule configuration window
Reviewing and updating receiver settings:
Once the transformation rule configuration window is open:
- Navigate to the Settings tab
- Review and update the following fields as needed:
IP Address: The network interface on the LT Auditor MP server that will listen for incoming syslog connections from your OpenText systems.
| Value | Description |
| 0.0.0.0 | Listen on all available network interfaces |
| Specific IP | Listen only on the specified network interface |
Use a specific IP address if your LT Auditor MP server has multiple network interfaces and you want to restrict syslog reception to a specific one. Use 0.0.0.0 to accept connections on any interface.
Port Number: The port the transformation rule listens on for incoming syslog data.
| Rule | Default Port |
| eDirectory | 5014 |
| NSS | 5015 |
If you change the default port, ensure the new port is:
- Not already in use by another service on the LT Auditor MP server
- Open in your firewall between the OpenText servers and the LT Auditor MP server
- Updated in the syslog forwarding configuration on your eDirectory and OES servers to match
Communication Protocol: The transport protocol used for the syslog connection between your OpenText servers and LT Auditor MP.
| Protocol | Description | Recommended Use |
| UDP | Fast, connectionless — no delivery guarantee | Lower security requirement environments |
| TCP | Reliable, connection-oriented delivery | Production environments — recommended |
| TLS | Encrypted TCP — secure transport | Production environments with strict security requirements |
TLS configuration (if TLS is selected):
If TLS is selected as the protocol, additional settings are required:
| Setting | Description |
| CA Certificate Path | Path to the Certificate Authority certificate used to validate client certificates |
| Enable Mutual TLS | Require the connecting OpenText server to present a client certificate |
| Verify Server Certificate | Validate the server certificate presented by the connecting system |
| Server Name | The SNI hostname used for certificate validation |
[Your administrator should coordinate with your PKI or security team to obtain the appropriate certificates before enabling TLS.]
- Click Save to apply your changes
Changes to transformation rule settings take effect immediately. If eDirectory or NSS servers are already forwarding logs to LT Auditor MP, updating the port or protocol will interrupt collection until the syslog forwarding configuration on those servers is updated to match.
Confirming the firewall allows the configured ports:
After reviewing or updating the transformation rule settings, confirm that your firewall allows inbound traffic on the configured ports from your OpenText servers to the LT Auditor MP server.
Test connectivity from an OES server to the LT Auditor MP server:
nc -zv <LT_AuditorMP_Host> <Port>
A successful response confirms the port is open and reachable. If the connection fails, review your firewall rules to ensure the required port is permitted.
[Your administrator should document the configured ports and protocols for both the eDirectory and NSS transformation rules so that OpenText system administrators can configure syslog forwarding to match.]
Duplicating transformation rules:
If your environment has multiple eDirectory servers or OES NSS servers that require different port assignments or protocol configurations, you can duplicate an existing transformation rule and modify the copy:
- In the Configure page, locate the transformation rule to duplicate
- Click the three vertical action buttons
- Select Duplicate
- Edit the duplicated rule with the new port or protocol settings
- Click Save
This allows you to maintain separate receiver configurations for different OpenText systems in your environment.
Viewing transformation rule history:
LT Auditor MP maintains a version history of transformation rule configurations:
- Open the transformation rule
- Click View History
- Review previous versions with timestamps
- Revert to a previous version if needed
This is useful if a recent configuration change has caused collection issues and you need to restore a previously working configuration.
Best practices:
- Review transformation rule settings before configuring syslog forwarding on your OpenText systems — the port and protocol must match on both ends
- Use TCP or TLS rather than UDP in production environments for reliable log delivery
- Document the configured ports and protocols for all transformation rules and share them with your OpenText system administrator
- Test firewall connectivity from each OpenText server to the LT Auditor MP server before configuring syslog forwarding to catch network issues early
- Change default ports only if necessary — using standard ports simplifies troubleshooting and documentation
- If enabling TLS, coordinate certificate management with your PKI team well in advance of go-live
[Your administrator should include the eDirectory and NSS transformation rule port and protocol settings in your network documentation so firewall administrators can maintain the correct rules over time.]