Sankey
This is an active Sankey Diagram of information flowing through the system.
On the left side of the diagram is information entering the system.
Metaflow Engine data is the Fluency protocol analyzer adding flow data to fill in the gaps that are missed by the security tools. The boxes below that are data sources that provide messages.
The following steps are taken for incoming messages:
- The information is forwarded to the stream INPUT.
- The message collector (stream INPUT) examines the message and sends it to the correct parser.
- The parsers
- normalize the data into key-value fields producing a JSON document and
- define fields that are sensitive and have the value replaced with a pseudonym.
- The record and method of data collection are
- placed in the Event Database and
- sent to the Fusion engine.
- The Fusion engine
- enhances the record with table and third party lookups and
- merges the record with other records that share the same network tuple.