Correlation

The correlation module provides a way to propagate selections between sources and views using basic rules. It can be used to work seamlessly with different log types.

When an axis from a source is bound to a compatible axis from another source, every selection made on the origin source is propagated on the current layer of the destination source.

As an example, if the binding is done on ipv4 axes, all the ipv4 selected on the current layer will automatically be selected on the current layer of the destination source.

A correlation is enabled when two axes are bound together :

../../_images/correlation_menu.png

An icon with a toolip is then displayed on the header of the origin column :

../../_images/correlation_tooltip.png
Current limitations :
  1. types “time”, “float” and “double” are not supported yet

  2. Only one column binding per correlation is supported

  3. Only direct correlations are supported