Event Feeds

Feeds provide the means to logically group data common to a data format and source system.

In order for Stroom to be able to handle the various data types as described in the previous section, Stroom must be told what the data is when it is received. This is achieved using Event Feeds. Each feed has a unique name within the system.

Event Feeds can be related to one or more Reference Feed. Reference Feeds are used to provide lookup data for a translation. For example, look up a computer name by its IP address.

Feeds can also have associated context data. Context data is used to provide lookup information that is only applicable for the events file it relates to. For example, if the events file is missing information relating to the computer it was generated on, and you don’t want to create separate feeds for each computer, an associated context file could be used to provide this information.

Feed Identifiers

Feed identifiers must be unique within the system. Identifiers can be in any format, but an established convention is to use the following format:

<SYSTEM>-<ENVIRONMENT>-<TYPE>-<EVENTS/REFERENCE>-<VERSION>

If feeds in a certain site need different reference data, then the site can be broken down further.

_ may be used to represent a space.

Last modified March 17, 2026: Merge branch '7.10' into 7.11 (75cbea0)