All Apps and Add-ons

SideviewUtil drill down to a new dashboard with tokens

infotork
Explorer

Am getting parameter in url ://sdjfsd:8000/app/myapp?host=Asia

i failed to replace the value of host in destination dashboard

please help. two source and destination xml file are below

Source Dashbaord







False
*
1



True
splunk.search.job
warn
1


COA Summary
0
<![CDATA[index=nm | rex field=Message "(?(Started|Failed|COMPLETED))" | table Region, Event_Time, Status ]]>


maxLines
type
table.wrap
dataOverlayMode
rowNumbers
list.drilldown
wrap
drilldown
raw.drilldown
table.drilldown
list.wrap


True


10
results

True
False

all

          <module name="Redirector">

            <param name="url">monitoring</param>   
            <param name="arg.host">$click.value$</param>
         </module>
        </module>

      </module>
    </module>
  </module>
</module>

Destination Dashboard







*
2
False

<module name="Search" layoutPanel="panel_row1_col1" autoRun="True">
    <param name="search">
        <![CDATA[ index=nm host= $host$ | table  Region,  Event_Time,Message, log_file, mailsentto]]></param>
    <param name="earliest">0</param>
    <param name="latest">now</param>
    <module name="JobProgressIndicator"/>
    <module name="Paginator" layoutPanel="panel_row2_col1" group="Search Results">
        <param name="count">10</param>
        <param name="entityName">results</param>
        <param name="groupLabel">Search Results</param>
        <module name="EnablePreview">
            <param name="enable">True</param>
            <param name="display">False</param>
            <module name="SimpleResultsTable">
                <param name="entityName">results</param>
                <param name="allowTransformedFieldSelect">True</param>
                <module name="Gimp"/>
            </module>
        </module>
    </module>
</module>

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

I didn't read through your forest of modules, but I didn't find the URLLoader module being referenced so I'm guessing you're missing that. See http://yoursplunkhost:8000/en-US/app/sideview_utils/linking for reference.

View solution in original post

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

I didn't read through your forest of modules, but I didn't find the URLLoader module being referenced so I'm guessing you're missing that. See http://yoursplunkhost:8000/en-US/app/sideview_utils/linking for reference.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...