<?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: Workflow action converts ? to %3F while sending the URL to browser in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Workflow-action-converts-to-3F-while-sending-the-URL-to-browser/m-p/307418#M19895</link>
    <description>&lt;P&gt;I just updated my question. Thanks for looking in&lt;/P&gt;

&lt;P&gt;It's &lt;A href="https://IP_address/#/search/UUID?sip=$src_ip$&amp;amp;from_time=$_time$"&gt;https://IP_address/#/search/UUID?sip=$src_ip$&amp;amp;from_time=$_time$&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jan 2018 10:18:02 GMT</pubDate>
    <dc:creator>varad_joshi</dc:creator>
    <dc:date>2018-01-16T10:18:02Z</dc:date>
    <item>
      <title>Workflow action converts ? to %3F while sending the URL to browser</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Workflow-action-converts-to-3F-while-sending-the-URL-to-browser/m-p/307416#M19893</link>
      <description>&lt;P&gt;I am trying to setup an event action for my Pandion.&lt;/P&gt;

&lt;P&gt;While posting the URL to browser, '?' sign is getting converted to %3F which is the HEX for '?' sign. This results in URL not passing the field values like source and dest IP. &lt;/P&gt;

&lt;P&gt;If I delete the %3F and put ? sign again and hit refresh, then rerun it then it passes the values properly and Pandion is able to search the data. &lt;/P&gt;

&lt;P&gt;URL mentioned in Workflow action:&lt;BR /&gt;
&lt;A href="https://IP_address/#/search/UUID?sip=$src_ip$&amp;amp;from_time=$_time$"&gt;https://IP_address/#/search/UUID?sip=$src_ip$&amp;amp;from_time=$_time$&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Actual URL when it gets posted in another window:&lt;BR /&gt;
&lt;A href="https://IP_address/#/search/UUID%3Fsip=$src_ip$&amp;amp;from_time=$_time$"&gt;https://IP_address/#/search/UUID%3Fsip=$src_ip$&amp;amp;from_time=$_time$&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Do you see the change after ? Anyone else faced this while posting URL from workflow actions??&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 08:42:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Workflow-action-converts-to-3F-while-sending-the-URL-to-browser/m-p/307416#M19893</guid>
      <dc:creator>varad_joshi</dc:creator>
      <dc:date>2018-01-16T08:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow action converts ? to %3F while sending the URL to browser</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Workflow-action-converts-to-3F-while-sending-the-URL-to-browser/m-p/307417#M19894</link>
      <description>&lt;P&gt;is there any &lt;CODE&gt;?&lt;/CODE&gt; in &lt;CODE&gt;&lt;A href="https:/#/search/" target="test_blank"&gt;https:///#/search/&lt;/A&gt;&lt;/CODE&gt; ?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 10:13:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Workflow-action-converts-to-3F-while-sending-the-URL-to-browser/m-p/307417#M19894</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-01-16T10:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow action converts ? to %3F while sending the URL to browser</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Workflow-action-converts-to-3F-while-sending-the-URL-to-browser/m-p/307418#M19895</link>
      <description>&lt;P&gt;I just updated my question. Thanks for looking in&lt;/P&gt;

&lt;P&gt;It's &lt;A href="https://IP_address/#/search/UUID?sip=$src_ip$&amp;amp;from_time=$_time$"&gt;https://IP_address/#/search/UUID?sip=$src_ip$&amp;amp;from_time=$_time$&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 10:18:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Workflow-action-converts-to-3F-while-sending-the-URL-to-browser/m-p/307418#M19895</guid>
      <dc:creator>varad_joshi</dc:creator>
      <dc:date>2018-01-16T10:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow action converts ? to %3F while sending the URL to browser</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Workflow-action-converts-to-3F-while-sending-the-URL-to-browser/m-p/307419#M19896</link>
      <description>&lt;P&gt;Can you paste your configuration as seen by btool?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./bin/splunk btool workflow_actions list &amp;lt;workflow action stanza name&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The one I just created doesn't exhibit the behavior you describe, and its btool output looks like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[610627]
display_location = event_menu
fields = *
label = 610627
link.method = get
link.target = blank
link.uri = &lt;A href="http://192.168.82.169/search?field=value" target="test_blank"&gt;http://192.168.82.169/search?field=value&lt;/A&gt;
type = link
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I ask for the &lt;CODE&gt;btool&lt;/CODE&gt; output to ensure there isn't some other configuration file taking precedence from the configuration you're looking at.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2018 16:29:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Workflow-action-converts-to-3F-while-sending-the-URL-to-browser/m-p/307419#M19896</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-02-04T16:29:03Z</dc:date>
    </item>
  </channel>
</rss>

