UC Configuration uc.xml
You must extract sample.ucc to display the uc.xml file, which contains the information you can find on the General Settings tab in the GUI.
<!-- This is the Universal Collector configuration file. The uc.xml file contains the Universal Collector general parameters. --> <uc schemaVersion="2.0">
<!-- Enter the UC configuration label. This value is mandatory -->
<configurationName>sampleCommented</configurationName>
<!-- Enter the UC domainName label. This value is not mandatory -->
<domainName>sampleDomainName</domainName>
<!-- Enter the port used by the UC to get information (for example, status, metrics, memory used...) by using the CLI. Make sure this port is not already used. Otherwise the UC cannot work. -->
<ucCommunicationPort>1099</ucCommunicationPort>
<!-- If a Syslog Log Source is used, enter general information about the Syslog collection process -->
<syslogCollection>
<!-- Enter the TCP/UDP parameter and socket buffer size (in kilobytes) - this parameter applies to all the Syslog Log Sources associated to the UC -->
<socketBufferSize>1024</socketBufferSize>
<!-- UDP parameter and max packet size (in kilobytes) - this parameter applies to all the Syslog Log Sources associated to the UC -->
<udpMaxPacketSize>8</udpMaxPacketSize>
</syslogCollection>
</uc>