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

Sideview Utils 2.1 Redirector not working

$
0
0

I have a search that lists a bunch of files over the last 24 hours. I want users to be able to click on a row in the table and have it open a new web page with the appropriate URL value. But when users click on the row, it only opens up a web page with the first URL value in the table.

<module name="Search" layoutPanel="panel_row3_col1" autoRun="True">
    <param name="latest">now</param>
    <param name="earliest">-24h@h</param>
    <param name="search"><![CDATA[
      signature_type="Discovery" signature="First execution on network" | eval   installer=if(isnull(installer),"Unknown",installer) | eval url="http://www.file.net/process  /"+file+".html" | table file,path,process,installer,dest_nt_host,url
    ]]></param>

    <module name="HTML">
      <param name="html"><![CDATA[
        <h3>First Executions - 24 Hours</h3>
        ]]></param>
    </module>

    <module name="Pager">

      <module name="SimpleResultsTable">
        <param name="entityName">results</param>
        <param name="drilldown">row</param>

        <module name="ResultsValueSetter">
          <param name="fields">url</param>

          <module name="Redirector">
            <param name="popup">True</param>
            <param name="url">$url$</param>
          </module>
        </module>
      </module>
      <module name="Pager" />
    </module>
  </module>
</module>

Viewing all articles
Browse latest Browse all 13053

Trending Articles



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