-
Book Overview & Buying
-
Table Of Contents
Learning Splunk Web Framework
By :
In this chapter, we covered a lot of topics and a lot of code. We discussed how we can use SplunkJS to utilize the power of our data that we have indexed in Splunk and provide this information to users through external web pages. We discussed some of the dependencies that are needed to move your development away from using Splunk as your development platform including the use of Nginx to set up a web server and proxy server.
We then moved on to the code of our new website and implemented a page that would scale across different devices, including smart phones and tablets. We moved step-by-step setting up our new web page using both SplunkJS and external web frameworks to help streamline our coding and enable us to provide a user friendly and elegant web interface. We finally looked at setting up automated testing within our development process to ensure that our code can move from development, to test, and then to production with as minimal chance for errors as possible. We also...