<?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 How to use custom platform request URI other than http:// or https:// ? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-platform-request-URI-other-than-http-or-https/m-p/355847#M5700</link>
    <description>&lt;P&gt;I have an app that takes a special platform request URL. Any web browser takes it and launch the app (toolbox).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;a href="toolbox://problem/000000001"&amp;gt;ITEM&amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I set it as an external link from Splunk, it adds up default SPLUNK_URL b/c it does not find http:// or https:// in the url.&lt;/P&gt;

&lt;P&gt;Expected:&lt;BR /&gt;
    toolbox://problem/000000001&lt;/P&gt;

&lt;P&gt;Actual:&lt;BR /&gt;
    &lt;A href="https://{{SPLUNK_URL}}/en-US/app/search/toolbox://problem/000000001" target="test_blank"&gt;https://{{SPLUNK_URL}}/en-US/app/search/toolbox://problem/000000001&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Is there a way to workaround this?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4557iBF4AE7587D3BAEC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Mar 2018 01:47:14 GMT</pubDate>
    <dc:creator>jeilcoo</dc:creator>
    <dc:date>2018-03-16T01:47:14Z</dc:date>
    <item>
      <title>How to use custom platform request URI other than http:// or https:// ?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-platform-request-URI-other-than-http-or-https/m-p/355847#M5700</link>
      <description>&lt;P&gt;I have an app that takes a special platform request URL. Any web browser takes it and launch the app (toolbox).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;a href="toolbox://problem/000000001"&amp;gt;ITEM&amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I set it as an external link from Splunk, it adds up default SPLUNK_URL b/c it does not find http:// or https:// in the url.&lt;/P&gt;

&lt;P&gt;Expected:&lt;BR /&gt;
    toolbox://problem/000000001&lt;/P&gt;

&lt;P&gt;Actual:&lt;BR /&gt;
    &lt;A href="https://{{SPLUNK_URL}}/en-US/app/search/toolbox://problem/000000001" target="test_blank"&gt;https://{{SPLUNK_URL}}/en-US/app/search/toolbox://problem/000000001&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Is there a way to workaround this?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4557iBF4AE7587D3BAEC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 01:47:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-platform-request-URI-other-than-http-or-https/m-p/355847#M5700</guid>
      <dc:creator>jeilcoo</dc:creator>
      <dc:date>2018-03-16T01:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use custom platform request URI other than http:// or https:// ?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-platform-request-URI-other-than-http-or-https/m-p/355848#M5701</link>
      <description>&lt;P&gt;@jeilcoo, I tried this and it worked fine for me in Splunk Enterprise 7.0.2&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;drilldown&amp;gt;
      &amp;lt;link target="_blank"&amp;gt;toolbox://something/921340348&amp;lt;/link&amp;gt;
    &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you share the Simple XML you are using?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 03:23:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-use-custom-platform-request-URI-other-than-http-or-https/m-p/355848#M5701</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-03-16T03:23:35Z</dc:date>
    </item>
  </channel>
</rss>

