Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.5 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.5 KB

SUMOLOGIC

This document describes how to configure SUMOLOGIC in order to receive data from ULS. The recommended way is the TCP (Syslog) collector.

STEPS

  1. Create or use an existing installed collector on a Linux machine or use an existing syslog collector machine (Cloud or on prem).

  2. 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.
  3. Install the ULS script and it's dependencies.

  4. 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