Advertisement
Guest User

Untitled

a guest
Mar 18th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.95 KB | None | 0 0
  1. <module name="HiddenSearch"  layoutPanel="panel_row2_col1" autoRun="True" >
  2.     <param name="search">sourcetype="mySourceType" sectionCode=g* | fields sectionCode, other1, other2, _time</param>
  3.     <param name="earliest">-60min</param>
  4.  
  5.     <module name="HiddenPostProcess" layoutPanel="panel_row2_col1" group="Display Result">
  6.         <param name="search">where sectionCode="g01" | fields sectionCode, other1, other2, _time</param>
  7.         <module name="CustomJSONResults"></module>
  8.     </module>
  9.    
  10.     <module name="HiddenPostProcess" layoutPanel="panel_row2_col2" group="Display Result">
  11.  
  12.         <param name="search">where sectionCode="g02" | fields sectionCode, other1, other2, _time</param>
  13.         <module name="CustomJSONResults"></module>
  14.  
  15.         <module name="SimpleResultsTable">
  16.             <param name="drilldown">row</param>
  17.             <param name="entityName">results</param>
  18.             <param name="allowTransformedFieldSelect">True</param>
  19.             <module name="Gimp"/>
  20.         </module>
  21.  
  22.     </module>
  23. </module>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement