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

Back to the dashboard


Our dashboard menu includes three selections (in the upper-right corner, as shown in the following screenshot). We have already explored the first (Add Panel) in this chapter. Let's now move on to Add Input:

Add input

Adding an input to your dashboard will convert it to a form. All dashboards are actually made up of XML code (we touched a bit on this earlier when we introduced prebuilt panels). In the next section (Edit Source), we will dive deep into this topic but for now, understand that the dashboard that we have created is made up of or defined by the XML which Splunk is using, and adding any type of input will modify the underlying XML (in fact, after adding any input, the xml tag <dashboard> is changed to <form>).

Once you click Add Input, you can select an input from the list shown in the following screenshot:

For example, you can select Text to add a text field for user input. You can have more than one input on your dashboard, and you can drag inputs...