Hi experts, please help. I am using Splunk Web. 
 I am learning splunk. I want to have nodes visualized as directed graphs in splunk.  
 Dummy test data.   
    
 What I want to do:  
- The right table is my source data. I want to render left graphs.  
- And if further possible, if I click on node A, only B, D, E, C and the connected arrows will show, and any unconnected nodes to selected node A will fade out.  
 What I have done:  
- I downloaded https://splunkbase.splunk.com/app/3767/#/details , and uploaded the zip on Splunk Web.   
- Also created a dummy data csv file and uploaded.   
- so, if I do query [source="nodes.csv"], events show:   
     5/18/18 11:17:50:000 PM | C, F  
     5/18/18 11:17:50:000 PM | A, E  
     5/18/18 11:17:50:000 PM | A, B  
     ...... 
 I am really confused on how to USE this app so that I can have directed graphs showing representing the nodes. I am unsure if my input data are of proper format. Any advice appreciated. Thank you. 
						
					
					... View more