Sankey chart

Sankey chart is a flow diagram used to depict a flow from one set of values to another. The connected values are called nodes and the connections are called links. It displays the corresponding grouping parameters on top of each node of the chart. The width of the link shows the magnitude of the flow. Colors are used to divide the diagram into different nodes or to show the transition from one state of the process to another.

Use the Sankey chart to show a many to many mapping between two or more nodes. The aggregation parameter is used to define the width of the flow between a source node and the destination node.

Example:

| process geoip(source_address) as country | chart count() by country, severity, category, sub_category
../_images/LP_DB_Widget_SankeyChart.png

Sankey chart

Response Types Supported

The Sankey chart supports a single aggregation response types for representation of search results in the visualization. It is :

Response Type

General Syntax

Single Aggregation with Grouping

| chart aggregation_parameter by grouping_parameter1, grouping_parameter2, ........, grouping_parametern

Single Aggregation with Grouping

Example:

| process geoip(source_address) as country | chart count() by country, severity, category, sub_category
../_images/LP_Search_SAWG_Sankey.png

Sankey chart for Single Aggregation with Grouping

You can refer to Single Aggregation with Grouping for more details.

Operations

Vertical Reposition

You can change the vertical position of the nodes by dragging them in the upward or the downward direction. You can either overlap the nodes or place them distinctly.


Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support