LMI Connection uldp-sampleCommentedAuthJks.uldp.xml

<!-- The LMI Connection 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 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 -->

<name>Full_ULDP_File</name>

<!-- Enter the information about the modification of the LMI connection -->

<revision>

<!-- Enter the version number of the current LMI connection -->

<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 LMI 5.6 or later

- 5516 for connection with LMI 5.6 or later -->

<port>5515</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>true</authentication>

<!-- Define whether the communication is encrypted (true) or not (false - default value) -->

<encryption>false</encryption>

<!-- Define the options of the certificate used for LMI connection -->

<certificate>

<jks>

<!-- Enter the filename where the UC Java keystore will be generated -->

<jksFile>sample.jks</jksFile>

<!-- Enter the UC Java keystore mandatory password you have encrypted with the UC password encryption tool, e.g. "LSKS9bw/t01FqNd4P3l3pgeOy/N/qqqlEzG+QC/kfDq0LVXTPVgziQ==" is the encrypted password for "jdoepassword".-->

<password>LSKS9bw/t01FqNd4P3l3pgeOy/N/qqqlEzG+QC/kfDq0LVXTPVgziQ==</password>

<!-- Define whether the UC internal logs are sent to the remote LMI (true) or not (false - default value) -->

<internalUcLogs>false</internalUcLogs>

</jks>

</certificate>

</uldpConnection>