Book Image

Implementing Splunk (Update)

Book Image

Implementing Splunk (Update)

Overview of this book

Table of Contents (20 chapters)
Implementing Splunk Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Using wizards to build dashboards


Since the goal of this chapter is understanding Splunk dashboards (and not the fundamentals of searching), we'll utilize several new simple search strings as well as some of the queries from previous chapters to illustrate certain points. So, let's start by making an operational dashboard for showing Forecast Events within our indexed data. The following is a simple search string to begin our exercise:

sourcetype="*" Forecast | timechart count as "Forecast Events" by date_month

In addition to our search string, I've selected Previous Year from the Splunk presets (see the preceding image).

This will produce a graph like this one:

To add this to a dashboard, we can perform the following steps:

  1. Click on Save As and then choose Dashboard Panel.

  2. This opens a dialog that guides you through saving the query as a dashboard:

  3. Enter the following details and click on the Save button:

    • DashboardNew/Existing: This allows you to indicate if your search is to be saved as part...