Hello! We are excited to kick off a new series of blogs from SplunkTrust member ITWhisperer, who demonstrates how to build a dashboard for analyzing the web logs from the Splunk Enterprise Search Tutorial dataset.
This series assumes you have already completed that tutorial, as it uses the same dataset that you will have already downloaded and ingested into Splunk. If you have not, please go to the Tutorial and complete it (or at least download and ingest the dataset).
This is a series of blogs demonstrating how to build a dashboard for analysing the web logs from the Splunk Enterprise Search Tutorial dataset, and starts from where the tutorial left off.
In this section, you will create a new dashboard to assist in further analysis of the access log data.
sourcetype=access_combined_wcookie
The following image shows the results of the search. You can see events which include fields such as client ip address, request time, method, uri, and status. These are already extracted as part of the "access_combined_wcookie" sourcetype.This screen image shows some of the events access log.
sourcetype=access_combined_wcookie
| timechart span=1h count by status
The following image shows some of the hourly counts by status from the events access log.This screen image shows some of the hourly counts by status from the events access log
We'll continue with next steps in part 2, where you will look at an alternative way to visualize the data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.