You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added CI pipeline
* Minor fixes to comply with jquery vulnerabilities and reload trigger for custom conf
* Fixed path-parse security vulnerability
* Minor changes to README and CONTRIBUTING guidelines
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,7 @@
2
2
Thank you for considering spending your time contributing to the Splunk 3D Graph Network Topology Visualization. Whether you're interested in bug-hunting, documentation, or creating entirely new features, this document will help and guide you through the process.
3
3
4
4
## Issues & Bug Reports
5
-
If you're seeing some unexpected behavior with this project, please create an [issue](https://github.com/splunk/splunk-3D-graph-network-topology-viz/issues) on GitHub providing the following information:
6
-
7
-
* Version of the project you're using (e.g. 1.1.0)
8
-
* Platform version (e.g. Windows Server 2012 R2)
9
-
* Browser and version you're using (e.g. Chrome 80.0.3987)
10
-
* Splunk version (e.g. 7.1.0)
11
-
* Other relevant information
5
+
If you're seeing some unexpected behavior with this project, please create an [issue](https://github.com/splunk/splunk-3D-graph-network-topology-viz/issues) on GitHub selecting the opportune template and providing requested information.
* Add a lookup table defining these additional values to your Splunk instance. An example below:
@@ -59,7 +62,7 @@ Besides:
59
62
* Execute your SPL
60
63
`<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","")`
61
64
62
-

65
+

63
66
64
67
## Graph Algorithm Examples
65
68
@@ -72,9 +75,9 @@ Make sure you have the following Splunk apps installed in your instance to corre
72
75
73
76
> Give **global** permissions to MLTK app if not already done
74
77
75
-

78
+

76
79
77
-

80
+

78
81
79
82
## Hardware Acceleration in Browsers
80
83
All modern browsers shall have hardware acceleration turned on by default in order to increase your browser performance and free up CPU by leaving the GPU (Graphics Processing Unit) handling graphical intensive operations.
0 commit comments