LMI Connection uldp-sampleCommented.uldp.xml
<!-- The LMI Connection Configuration file defines the properties for connecting the Universal Collector (UC) with an LMI server. Log source logs are sent from the UC to the LMI server.
IMPORTANT: this file is linked with the LMI Connection Configuration files and
its name must be composed of:
- an ID, for example, uldp-sample
- an extension, i.e. *.uldp.xml. -->
<uldpConnection schemaVersion="2.0">
<!-- Enter the label of the LMI connection -->
<!-- Enter the information about the modification of the LMI connection -->
<revision>
<!-- Enter the version number of the current LMI Connection file -->
<version>12</version>
<!-- Enter the name of the LMI connection author -->
<author>admin</author>
<!-- Enter the date and time of the LMI connection creation -->
<creationDate>2017-04-22T01:00:00-05:00</creationDate>
<!-- Enter the name of the user who last modified the LMI connection -->
<lastModifiedBy>admin</lastModifiedBy>
<!-- Enter the date and time of the LMI connection last modification -->
<lastModifiedDate>2017-04-22T01:00:00-05:00</lastModifiedDate>
</revision>
<!-- Enter the IPv4 / IPv6 address or host name of the LMI -->
<address>192.198.12.16</address>
<!-- Enter the LMI port (either encrypted or not).
- 5515 for secured connection with LMI 5.6 or later
- 5516 for connection with LMI 5.6 or later -->
<port>5516</port>
<!-- If the connection is slow, you can configure the logs to be compressed for a more rapid flow of data. Define whether the logs are compressed (true) or not (false - default value). -->
<compression>true</compression>
<!-- Define whether the logs are sent to the LMI during a certain period of time (true) - called a time window - or not (false - default value) -->
<sendingWindow>true</sendingWindow>
<!-- Define the beginning of the time window. If sendingWindow = true in the above parameter, define the time (hour and minute) when the event starts to be sent (default value = 22:00). -->
<sendingWindowStart>22:00</sendingWindowStart>
<!-- Define the end of the time window. If you set sendingWindow = true in the above parameter, define the time (hour and minute) when the event stops to be sent (default value = 05:00). -->
<sendingWindowStop>05:00</sendingWindowStop>
<!-- Define whether the communication is authenticated (true) or not (false - default value) -->
<authentication>false</authentication>
<!-- Define whether the communication is encrypted (true) or not (false - default value) -->
<encryption>false</encryption>
<!-- Enter the general LMI connection properties -->
<uldpForwarder>
<!-- If there are multiple network interfaces, enter the IP address that the UC uses when establishing the connection to LMI. -->
<ucBindingIp>0.0.0.0</ucBindingIp>
<!-- Enter the spooler size in megabytes (100 MB - default value, 50 GB - maximum value) -->
<spoolerSize>100</spoolerSize>
<!-- Enter the reconnection frequency to the LMI (in seconds) -->
<reconnectionFrequency>60</reconnectionFrequency>
<!-- Enter the session timeout to LMI (in seconds) -->
<sessionTimeout>600</sessionTimeout>
<!-- Define whether the UC internal logs are sent to the remote LMI (true) or not (false - default value) -->
<internalUcLogs>false</internalUcLogs>
</uldpForwarder>
</uldpConnection>