Book Image

Splunk Operational Intelligence Cookbook

Book Image

Splunk Operational Intelligence Cookbook

Overview of this book

Table of Contents (17 chapters)
Splunk Operational Intelligence Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a form to search web activities


Presenting users with dashboards is a great way to visualize data, as we have seen. However, often, people like to "slice n dice" data in many different ways, and to do this, we need to make our dashboards more interactive. We can do this using the dashboard forms functionality of Splunk, which allows users to filter dashboard visualizations and data based upon the criteria that are important to them.

This recipe will build on the tabular Visitor Monitoring dashboard you created in the previous recipe to allow for granular filtering of the tabulated results.

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, and should have completed the earlier recipes in this chapter. You should also be familiar with navigating the Splunk user interface.

How to do it...

Follow these steps to create a form to filter data on a dashboard:

  1. Log in to your Splunk...