Adding a force-directed graph of web hits
As you have seen from the other recipes throughout the book, we have used many of the normal everyday visualizations seen commonly in spreadsheets and presentations. As data intelligence tools such as Splunk push the boundaries of getting data into a user's hands, there is a need to deliver and represent data via new and unique visualizations.
This recipe will show you how to install the Splunk web framework and create a force-directed graph (FDG) of relationships between web page hits that will be populated as a new dashboard in the Operational Intelligence application.
Getting ready
To step through this recipe, you will need a running Splunk Enterprise server, with the sample data loaded from Chapter 1, Play Time – Getting Data In. You should be familiar with navigating the Splunk user interface and using the Splunk search language. Some basic knowledge of JavaScript is recommended.
How to do it...
Follow the steps in this recipe to add a force-directed...