Sample Tools
Some tools are provided with LogLogic LMI as examples of how to use the ULDP library.
The sample tools do not intend to be production-ready pieces of software, but they demonstrate how to create the various message types and send them through a ULDP connection.
The source files are located in the ULDPClient/examples directory in the supplemental package of LogLogic LMI. The only dependency to run the Java classes is the ULDP-client library. For further information on how to use these commands and a list of options, see the source code.
The following sample tools can be used to send log files via a ULDP connection:
- SendSyslogFileUldp
- This tool sends the content of log files, optionally parsing the lines to extract the date and origin of the log, if they are formatted according to the syslog standard.
- TailUldp
- This tool sends the content of files line by line as they are appended at the end, similar to a UNIX tail command.
- SendFileUldp
- This tool sends entire files in a mechanism compatible with the file pulling features of LogLogic LMI.
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.