I have tried everything to change the node sizes in the 3D Graph Network Topology Visualization. I am able to get all of the other options to work. Here is the work anywhere search I am using to test the viz. Pretty straightforward. I have changed around the field order and tried all types and sizes of numbers and nothing seems to change the size of the node in the output graph . Has anyone else seen this issue, or been able to get the node sizing to work with the weight_* attributes
| makeresults
| eval src="node1", dest="node2", color_src="#008000", color_dest="#FF0000", edge_color="#008000", edge_weight=1, weight_src=1, weight_dest=8
| table src, dest, color_src, color_dest, edge_color, weight_src, weight_dest, edge_weight
and the output I am getting:
You have only defined a single source and destination, you need to compare multiples. The color*/edge*/weight* is meant to independently review the spread across the comparisons values associated with the source/destination groups.
Look at the sample images of visualizations on the splunk base app page for prime examples.
https://splunkbase.splunk.com/app/4611