Sideview URLLoader

The URLLoader module provides us with the ability to set variables from the query string of a URL—a very useful feature. For our next dashboard, we will draw a table showing the error counts for the user value provided in the URL:

<view template="dashboard.html"> <!-- add sideview --> <module name="SideviewUtils" layoutPanel="appHeader"/> <!-- chrome --> <Label>Chapter 9 - Sideview Two</Label> <module name="AccountBar" layoutPanel="appHeader"/> <module name="AppBar" layoutPanel="navigationHeader"/> <module name="Message" layoutPanel="messaging"> <param name="filter">*</param> <param name="clearOnJobDispatch">False</param> <param name="maxSize">1</param> </module> <!-- search --> <module name="URLLoader" layoutPanel="panel_row1_col1" ...

Get Implementing Splunk 7 - Third 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.