-
Book Overview & Buying
-
Table Of Contents
Learning Splunk Web Framework
By :
We need to get our raw_stock_market_historical_overview_html into a state that we can start to work with our CSS code. To get the dashboard ready, we are going to change our dashboard to be specific for the Yahoo! stock market data values. We are going to add the Splunk header and footer in our dashboard and make sure people know that the dashboard and data is being created by Splunk. We will also add a heading. We are still going to keep this dashboard in a minimalist state, so we can work with CSS and make enhancements with that part of the code.
Even though we won't directly be working with CSS in the following few pages, it will enforce some of the work that we did in the previous two chapters. Get back into our development environment and let's start to get our dashboard looking a little less raw:
We will go directly into making changes to our raw dashboard, so move into the html directory of our Stock Market Splunk App:
cd $SPLUNK_HOME/etc/apps/stock_market...