-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Learning Splunk Web Framework
By :
As a way to start looking through Bootstrap within our example, we will take a look at implementing some of the predefined alert message types. You have probably seen these types of alert used before and we will implement them shortly.
As with the other styles we have been working with, we implement the alerts with the specifically designed class, called in this instance alert. This is then followed by one of the four alert type classes:
.alert-success
.alert-info
.alert-warning
.alert-danger
The data that we have been using is for 2015 and I think that it may be worth using an alert to remind our users of this. Log onto your development environment and we will start working with our raw dashboard code again:
As we are working on with the default implementation of Bootstrap, we can move straight to the html directory of our Splunk App:
cd $SPLUNK_HOME/etc/apps/stock_market/default/data/ui/html/
Open the raw_stock_market_historical_overview_html.html...