Kaspersky CyberTrace

Features of event processing by Feed Service

This section outlines the way in which Feed Service processes incoming events.

Feed Service receives and sends events using TCP. Events are encoded in UTF-8.

Feed Service processes special characters in incoming events as follows:

  • Feed Service treats the line feed character (0x0A) as the delimiter between events.

    Thus, text before a line feed character and text after it belong to different events.

  • Feed Service ignores the carriage return character (0x0D).