The Sideview search module

Let's start with a simple search:

<?xml version="1.0"?> <view template="dashboard.html"> <!-- add sideview --> <module layoutPanel="appHeader" name="SideviewUtils"/> <!-- chrome --> <label>Chapter 9 - Sideview One</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="Search" autoRun="True" group="Chapter 9 - Sideview One" layoutPanel="panel_row1_col1"> <param name="earliest">-99d</param> <param name="search">source="impl_splunk_gen_more" | top user</param> <!-- ...

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.