Quantcast
Channel: Latest Questions on Splunk Answers
Viewing all articles
Browse latest Browse all 13053

Sideview Utils Newb: using Table and Redirector in 6.0

$
0
0

I am attempting to create a simple tool to view and then edit a row using sideview utils and inputlookup. However, the following simply returns a blank page. Do I need to be in the sideview app (that does not seem to work..) or can I be in any app? Does sideview not work with 6.0?

<view>
  <label>Ignore_AdLogon_Other</label>

   <!-- top nav chrome -->
  <module name="AccountBar" layoutPanel="appHeader"/>
  <module name="AppBar" layoutPanel="navigationHeader"/>

  <module name="HiddenSearch" layoutPanel="panel_row1_col1" group="Lookup Contents" autoRun="true">
    <param name="search"> | inputlookup Ignore_AdLogon_Other.csv | table ADLogon Reason</param>         
    <module name="Table">
        <module name="Redirector">
        <param name="url">Ignore_AdLogon_Other</param>
        <param name="arg.ADLogon">$row.fields.ADLogon$</param>
        <param name="arg.Reason">$row.fields.Reason$</param>
        </module>
    </module> 
 </module>
  </view>

Viewing all articles
Browse latest Browse all 13053

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>