All Apps and Add-ons

3D Graph Network Topology Viz. Unable to modify node size with weight options.

lmlamanna
Explorer

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:

Screenshot 2024-11-21 at 11.38.03 AM.png

 

 

Labels (1)
0 Karma

dural_yyz
Motivator

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

 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...