Skip to content

Splunk search command utilizing the networkx python libs

Notifications You must be signed in to change notification settings

jslay77/splunk_bfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splunk_bfs

Sample SPL for testing

| makeresults | eval data="AM,BU;AK,BT;BU,CY;BT,CX;CY,D0;CY,DZ;CX,D9;CX,D8;CX,D1;CX,D0;CX,D2" | makemv data delim=";" | mvexpand data | makemv data delim="," | eval Parent=mvindex(data,0),Child=mvindex(data,1) | nxbfs parent=Parent child=Child

Using networkX python libs

About

Splunk search command utilizing the networkx python libs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages