Third-party add-ons
There are many excellent apps available at http://splunkbase.com, a number of which provide custom modules. We will cover two of the most popular, Google Maps and Sideview Utils.
Google Maps
As we saw in Chapter 8, Working with Apps, the Google Maps app provides a dashboard and lookup to draw results on a map. The underlying module is also available to use in your own dashboards.
Here is a very simple dashboard that uses the GoogleMaps
module:
<?xml version="1.0"?> <view template="search.html"> <!-- chrome --> <label>Chapter 9 - Google Maps Search</label> <module name="AccountBar" layoutPanel="appHeader"/> <module name="AppBar" layoutPanel="navigationHeader"/> <module name="Message" layoutPanel="messaging"> <param name="filter">*</param> ...
Get Implementing Splunk - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.