icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading 3D Graph Network Topology Visualization
SHA256 checksum (3d-graph-network-topology-visualization_140.tgz) abbe7e37f2f6ebc024e162365049be3400915642a00eda091bcd2776588bf31d SHA256 checksum (3d-graph-network-topology-visualization_132.tgz) cdc1df8df72c54f2a99a44792f062dfe4c7edc27af5c2b97eae1b15cfa01a5ca SHA256 checksum (3d-graph-network-topology-visualization_131.tgz) 199d71e17e4e8e8738348db661ef5e6a9dfbf5b4313bd4578286f612d70d719d SHA256 checksum (3d-graph-network-topology-visualization_130.tgz) 5ae7990aaa6d5fcc1c5c5e84f87613629a56261487bd6090d068769fe64b03c9 SHA256 checksum (3d-graph-network-topology-visualization_120.tgz) e0e68622a4eb1bba4e92ea7a37c6bd193f08cefdc2c93bf77d0fc960c87781a4
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

3D Graph Network Topology Visualization

Splunk Cloud
Splunk Labs
This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Details
Graph Algorithms for Machine Learning Toolkit and custom visualisation for Splunk to plot relationships between objects with force directed graph based on ThreeJS/WebGL.

Find more information on the details page with link to blog articles like:
https://www.splunk.com/en_us/blog/machine-learning/chasing-a-hidden-gem-graph-analytics-with-splunk-s-machine-learning-toolkit.html

Information

You can find many more information around use cases on the following Splunk blogs:
- Chasing a Hidden Gem: Graph Analytics with Splunk’s Machine Learning Toolkit
- Understanding and baselining network behaviour - part 1
- Understanding and baselining network behaviour - part 2

Usage

| stats count by src dest [color_src] [color_dest] [edge_color] [weight_src] [weight_dest] [edge_weigth]

Replace src and dest with your fields to start. All other fields are optional and default values will be used if not given.

Optional values

Used to customise nodes and edges (or links) styling.

Field Name Type Description Example
color_src string Color of source node in HEX #00DD00
color_dest string Color of destination node in HEX #CC00FF
edge_color string Color of edge in HEX #12FF00
weight_src numeric Sphere size of source node 2.5
weight_dest numeric Sphere size of destination node 3
edge_weight numeric Stroke weight of edge line in pixels 2.1

Besides:

  • Field names must correspond to the ones specified above to be properly handled by the visualization
  • Any edge_weight value higher than 18 will be normalised to 18

Drilldown

To enrich your dashboards with some interactivity, enable drilldown in your dashboard panel. For example, assuming the configuration below, by clicking on a node in your graph it should populate a token with the value from a field named src.

    <option name="drilldown">all</option>
    <drilldown>
      <set token="tok">$row.src$</set>
    </drilldown>

This token can then be used within your dashboard in another panel or visualisation.

Examples

Lookup tables

  • Add a lookup table defining these additional values to your Splunk instance. An example below.
$~ cat {your_lookup_table}.csv
source,color,weight
A,#010101,50
B,#ff0101,10
...
  • Execute your SPL
    {search} | stats count by src dest | lookup {your_lookup_table} source AS src | lookup {your_lookup_table} source AS dest OUTPUTNEW color AS color_dest, weight AS weight_dest

Simple SPL

  • Execute your SPL
    {search} | stats count as edge_weight by src dest | eval color_src="#cc0000", color_dest="#00ff00", weight_src=3 | eval edge_color=if(edge_weight < 18, "#0000cc","")

Graph Algorithm Examples

Four dashboards are provided to show graph algorithms in action using NetworkX. Select them by clicking on Graph Example Dashboards dropdown in the app navigation bar.

Requirements

Make sure you have the following Splunk apps installed in your instance to correctly visualize integrated dashboards.

Give global permissions to MLTK app if not already done

Contributing

This app is open sourced on github, so if you consider contributing to it, please refer to the contribution guidelines. Thanks in advance!

Thanks

Big thanks to Erica for making this custom visualisation real!
And a big thanks to Oliver for his awesome color gradient macros which are bundled in the app, too!
Finally many thanks to Greg for adding his work on the graph analytics workflow

Release Notes

Version 1.4.0
Jan. 24, 2024
  • Added usage of gradient color nodes to highlight nodes which are both sources and destinations
  • Updated docs to include drilldown feature availability
  • Added option to toggle nodes label
  • Fix detected security vulnerabilities
Version 1.3.2
May 11, 2022
  • Minor fixes to maintain Cloud Compatibility
  • Patched security vulnerabilities
Version 1.3.1
June 21, 2021
  • Fixed security vulnerability on dependency
  • Minor fix for "Graph Analysis Framework" dashboard affecting Splunk 8.2 users
Version 1.3.0
May 19, 2021
  • Major libs upgrade and performances enhancements
  • Fixed libs vulnerabilities
  • Dashboards re-styling
  • New feature: users can hide/show directional arrows on node links
Version 1.2.0
May 7, 2020

Added graph analysis workflow and dashboards
Bug fixes and improvements


Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk Inc. in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.