Configuration Item | Description |
Basic Info | Chart Name: Set the display name of the chart, which can be left empty. |
Chart Style | Sankey Diagram Direction: Set the display direction of the Sankey diagram. |
Standard Configuration |
Configuration Item | Description |
Beginning Field | A field representing the start point. By default, the first field of the string data type is selected. If no such field is available, you must manually specify a field. |
Endpoint Field | A field representing the end point. By default, the second field of the string data type is selected. If no such field is available, you must manually specify a field. |
Metric Field | Numerical field. By default, fields with the number data type are selected. If no number field exists, you must manually specify a field. |

* | select sum(bytes_sent) as "traffic", remote_addr as "source_IP_address", http_host as "destination_IP_address" group by "source_IP_address", "destination_IP_address" order by "traffic" desc limit 20
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback