-
Book Overview & Buying
-
Table Of Contents
Learning Splunk Web Framework
By :
I have mentioned previously that Splunk does not offer a way for you to set the default page or dashboard to be displayed for your Splunk App through the Web Interface. You should be a lot more familiar with the Simple XML code in Splunk, and by manipulating the navigation directory of our Simple XML, we will be able to provide our dashboard as the first thing that our users will see.
There are two ways to manipulate the Simple XML that will control our navigation and menu for our Splunk App, either through the Splunk Code Editor or by making the changes directly on the server through our own text or code editor. Either way, the changes that are being made to the Simple XML will be the same. So, the first change we will make will be through the Splunk Code Editor:
We've been using Git for a while now and as we have started a new piece of work on our SplunkApp, we create a new branch and start working with our development environment.
Log in to your development...