<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to give link to raw data for last 15 minutes to run everytime when the hyperlink is selected in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323543#M20865</link>
    <description>&lt;P&gt;Ii figured it out&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunk.vap.rr.com/en-US/app/myapp/search?earliest=-15m&amp;amp;latest=now&amp;amp;display.page.search.mode=verbose&amp;amp;q=search%20eventtype%3Daudit"&gt;https://splunk.vap.rr.com/en-US/app/myapp/search?earliest=-15m&amp;amp;amp;latest=now&amp;amp;amp;display.page.search.mode=verbose&amp;amp;amp;q=search%20eventtype%3Daudit&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;using amp; near the &amp;amp;  so that xml does not treat as invalid character&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jan 2018 18:21:22 GMT</pubDate>
    <dc:creator>vrmandadi</dc:creator>
    <dc:date>2018-01-26T18:21:22Z</dc:date>
    <item>
      <title>How to give link to raw data for last 15 minutes to run everytime when the hyperlink is selected</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323536#M20858</link>
      <description>&lt;P&gt;I am creating a dashboard which has link to all the different sourcetypes,the dashboard has the sourcetype name a description and a hyperlink which on  click should open in a new tab and run in verbose mode for the last 15 mins for that particular sourcetype.Below is the way I have done but not successfull.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;          &amp;lt;a href="https://splunk.vap.rr.com/en-US/app/myapp/search?earliest=-15m&amp;amp;latest=now&amp;amp;q=search%20index%3Dvap%20sourcetype%3Dad_it_message%20host%3D%22*ads-broker*%22&amp;amp;display.page.search.mode=verbose&amp;amp;dispatch.sample_ratio=1&amp;amp;display.general.type=events&amp;amp;display.page.search.tab=events&amp;amp;sid=$results.sid$" target="_blank" alt="Click here to view the Data" title="Click here to view the Data"&amp;gt;Ad Router&amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 20:24:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323536#M20858</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2018-01-22T20:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to give link to raw data for last 15 minutes to run everytime when the hyperlink is selected</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323537#M20859</link>
      <description>&lt;P&gt;have you tried &lt;CODE&gt;$results.row.sid$&lt;/CODE&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 20:34:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323537#M20859</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2018-01-22T20:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to give link to raw data for last 15 minutes to run everytime when the hyperlink is selected</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323538#M20860</link>
      <description>&lt;P&gt;Ya I tried  this but it is showing me error "Invalid character entity" ,It is accepting if I give &lt;A href="https://splunk.vap.rr.com/en-US/app/vams/search?earliest=-15m&amp;amp;latest=now"&gt;https://splunk.vap.rr.com/en-US/app/vams/search?earliest=-15m&amp;amp;latest=now&lt;/A&gt; ,but not the whole thing&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunk.vap.rr.com/en-US/app/vams/search?earliest=-15m&amp;amp;latest=now&amp;amp;q=search%20index%3Dvap%20sourcetype%3Dadrouter_audit_message%20host%3D%22*ads-broker*%22&amp;amp;display.page.search.mode=verbose&amp;amp;sid=$results.row.sid$&amp;amp;dispatch.sample_ratio=1"&gt;https://splunk.vap.rr.com/en-US/app/vams/search?earliest=-15m&amp;amp;latest=now&amp;amp;q=search%20index%3Dvap%20sourcetype%3Dadrouter_audit_message%20host%3D%22*ads-broker*%22&amp;amp;display.page.search.mode=verbose&amp;amp;sid=$results.row.sid$&amp;amp;dispatch.sample_ratio=1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 20:44:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323538#M20860</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2018-01-22T20:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to give link to raw data for last 15 minutes to run everytime when the hyperlink is selected</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323539#M20861</link>
      <description>&lt;P&gt;Do you even need to pass the sid if your running a normal search? - I first read this as you were linking to a scheduled search, but on second read, I don't think you need this.&lt;/P&gt;

&lt;P&gt;You probably just 'need'&lt;BR /&gt;
&lt;CODE&gt;&lt;A href="https://splunk.vap.rr.com/en-US/app/myapp/search?earliest=-15m&amp;amp;latest=now&amp;amp;q=search%20index%3Dvap%20sourcetype%3Dad_it_message%20host%3D%22*ads-broker*%22&amp;amp;display.page.search.mode=verbose" target="test_blank"&gt;https://splunk.vap.rr.com/en-US/app/myapp/search?earliest=-15m&amp;amp;latest=now&amp;amp;q=search%20index%3Dvap%20sourcetype%3Dad_it_message%20host%3D%22*ads-broker*%22&amp;amp;display.page.search.mode=verbose&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 20:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323539#M20861</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2018-01-22T20:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to give link to raw data for last 15 minutes to run everytime when the hyperlink is selected</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323540#M20862</link>
      <description>&lt;P&gt;Got the following error Error parsing XML on line 55: EntityRef: expecting ';'&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:02:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323540#M20862</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2018-01-22T21:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to give link to raw data for last 15 minutes to run everytime when the hyperlink is selected</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323541#M20863</link>
      <description>&lt;P&gt;Sadly, I don't have access to a working splunk instance at the moment, but i would suspect there is a typo or a quoting issue in the url - run the search you want, then copy the url from your browser address bar and compare them.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:09:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323541#M20863</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2018-01-22T21:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to give link to raw data for last 15 minutes to run everytime when the hyperlink is selected</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323542#M20864</link>
      <description>&lt;P&gt;Can we do this CDATA ?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 01:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323542#M20864</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2018-01-24T01:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to give link to raw data for last 15 minutes to run everytime when the hyperlink is selected</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323543#M20865</link>
      <description>&lt;P&gt;Ii figured it out&lt;/P&gt;

&lt;P&gt;&lt;A href="https://splunk.vap.rr.com/en-US/app/myapp/search?earliest=-15m&amp;amp;latest=now&amp;amp;display.page.search.mode=verbose&amp;amp;q=search%20eventtype%3Daudit"&gt;https://splunk.vap.rr.com/en-US/app/myapp/search?earliest=-15m&amp;amp;amp;latest=now&amp;amp;amp;display.page.search.mode=verbose&amp;amp;amp;q=search%20eventtype%3Daudit&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;using amp; near the &amp;amp;  so that xml does not treat as invalid character&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 18:21:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323543#M20865</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2018-01-26T18:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to give link to raw data for last 15 minutes to run everytime when the hyperlink is selected</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323544#M20866</link>
      <description>&lt;P&gt;@vrmandadi please accept the same to mark this as answered! If you are on Splunk Enterprise 6.6 or higher, you could have created &lt;CODE&gt;link to search&lt;/CODE&gt; interactively from Dashboard which would have escaped &lt;CODE&gt;&amp;amp;&lt;/CODE&gt; character automatically. Refer to documentation: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownLinkToSearch#Configure_the_drilldown_in_the_drilldown_editor"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownLinkToSearch#Configure_the_drilldown_in_the_drilldown_editor&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 18:29:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-give-link-to-raw-data-for-last-15-minutes-to-run/m-p/323544#M20866</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-01-26T18:29:02Z</dc:date>
    </item>
  </channel>
</rss>

