Create a graph where the connections' width is based on another column

Hi,

I have an index with 3 fields - source.ip, destination.ip, and num_bytes. Is there a way to create a graph (from the graph analytics feature) where the vertices are the source.ip and destination.ip, and the width of the connections depends on the sum of the num_bytes value for the IP pair?

Going through the documentations, it seems like the connections are based on the "significance", which I'm not sure what it means for my use case.

Also, is there a way to vary the size of the vertices, or are all vertices the same fixed size?

Thank you.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.