Chapter 3. Dashboards and Visualizations – Making Data Shine
In this chapter, we will learn how to build dashboards and create visualizations of your data. We will cover the following recipes:
- Creating an Operational Intelligence dashboard
- Using a pie chart to show the most accessed web pages
- Displaying the unique number of visitors
- Using a gauge to display the number of errors
- Charting the number of method requests by type and host
- Creating a timechart of method requests, views, and response times
- Using a scatter chart to identify discrete requests by size and response time
- Creating an area chart of the application's functional statistics
- Using a bar chart to show the average amount spent by category
- Creating a line chart of item views and purchases over time
Introduction
In the previous chapter, we learned all about Splunk's SPL and how it can be leveraged to search and report your data. In this chapter, we're going to build on this knowledge and use some of Splunk...