-
Book Overview & Buying
-
Table Of Contents
Learning Splunk Web Framework
By :
We have completely changed the appearance of our raw dashboard in this chapter by using a number of different techniques, all of which utilize CSS. We have done a lot of work in this chapter, starting with a discussion of CSS themes and templates, and implementing a free CSS theme in our raw dashboard. We started to implement our own style definitions onto our example dashboard using both inline and internal style sheets. We then refactored our code and moved our internal definitions into an external CSS file.
Our work then moved on to utilize some of the inbuilt styles and functionality provided to be used within our Splunk installation. We saw that the Splunk Web Framework provides us with a number of professional features that can be implemented easily by experienced web developers. We then examined some specific examples that we implemented in our example Splunk App that specifically used the Bootstrap framework.
In our next chapter, we will start to look at taking our Splunk...