-
Book Overview & Buying
-
Table Of Contents
Learning Splunk Web Framework
By :
In our example, we have seen how we can view the SimpleXML of a dashboard that was created from the Splunk web interface. We are using the Splunk code editor to view the SimpleXML code and save the changes to our dashboard. If we want to create a dashboard from scratch, we can also do that using the Splunk code editor. To create a new dashboard from scratch, we can perform the following:
From the top set of menus, along the right-hand side, click on Settings.
Click on the User Interface option, and you will be taken to the User Interface management screen.
We click on the Views option, where we can display all the views that we have in our Splunkenvironment, with a page similar to the image provided here:

As you can see, the page gives you the ability to create a new view with the New button as well as manage and configure existing views that have been created. When editing or creating a new view, we will be presented with the Splunk code editor, to allow us to make...