This document describes how to configure SUMOLOGIC in order to receive data from ULS. The recommended way is the TCP (Syslog) collector.
-
Create or use an existing installed collector on a Linux machine or use an existing syslog collector machine (Cloud or on prem).
-
Create a syslog source on the collector.
- Go to Collector settings on Sumo Logic UI, and select "Add source".
- Select "Syslog Source" from the platform sources.
- Fill out the required fields, and type a TCP port that is not used by any other application on the collector installed machine.
-
Install the ULS script and it's dependencies.
-
Run this sample command on the Sumo Logic console. Make sure the port number has to be same as the listening port on Sumo Logic syslog source.
python3 uls.py --input eaa --output tcp --host 127.0.0.1 --port 1556