<?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: Splunk 6 Workflow Actions using HTTP POST not sending arguments in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129611#M1318</link>
    <description>&lt;P&gt;Quite a few of them, but I'm not sure what I'm looking for in them. None of them seem to refer to the external URL being called.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2013 16:17:04 GMT</pubDate>
    <dc:creator>dolohov</dc:creator>
    <dc:date>2013-11-06T16:17:04Z</dc:date>
    <item>
      <title>Splunk 6 Workflow Actions using HTTP POST not sending arguments</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129609#M1316</link>
      <description>&lt;P&gt;I have a simple workflow action using HTTP POST that used to work under Splunk 5, and now does not. This appears to be true of all workflow actions using HTTP POST. To reduce the possibility that I typoed or otherwise mixed something up, I created a new workflow action following the directions &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Knowledge/CreateworkflowactionsinSplunkWeb#Set_up_a_POST_workflow_action"&gt;in the Splunk 6 documentation&lt;/A&gt;, reproduced their example configuration exactly (except with a local URL that I could safely POST to without interfering with anyone), made sure that the $variables$ had values, and saved it.&lt;/P&gt;

&lt;P&gt;I'm building this in the Fields&amp;gt;&amp;gt;Workflow Actions page within Splunk. Here's the output in workflow_actions.conf (with extra spaces added because otherwise the lines run together here).&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[HostTraffic] &lt;/P&gt;

&lt;P&gt;display_location = both&lt;/P&gt;

&lt;P&gt;fields = host &lt;/P&gt;

&lt;P&gt;label = Traffic to $host$ &lt;/P&gt;

&lt;P&gt;link.method = post&lt;/P&gt;

&lt;P&gt;link.postargs.1.key = clientip&lt;/P&gt;

&lt;P&gt;link.postargs.1.value = 192.168.1.1&lt;/P&gt;

&lt;P&gt;link.postargs.2.key = serverip&lt;/P&gt;

&lt;P&gt;link.postargs.2.value = 192.168.1.2&lt;/P&gt;

&lt;P&gt;link.target = blank&lt;/P&gt;

&lt;P&gt;link.uri = &lt;A href="http://192.168.100.1/test.php"&gt;http://192.168.100.1/test.php&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;type = link&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;(This is a simplified version of my original workflow action, which used $host$ as the values instead of constant strings.)&lt;/P&gt;

&lt;P&gt;The workflow action appears, and opens the specified page when I click it, but all the POST arguments are omitted. I inspected the actual POST requests in Wireshark: the arguments are not there at all. This is true even when the arguments are constants rather than $variables$. I have restarted Splunk after adding the workflow actions, to no avail, and I'm not seeing anything relevant in the documentation.&lt;/P&gt;

&lt;P&gt;From where I sit, this looks like a bug, but it's possible I'm doing something wrong here. Any suggestions would be welcome.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2013 18:10:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129609#M1316</guid>
      <dc:creator>dolohov</dc:creator>
      <dc:date>2013-11-05T18:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Workflow Actions using HTTP POST not sending arguments</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129610#M1317</link>
      <description>&lt;P&gt;Do you see any messages in index=_internal regarding CSRF?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 16:10:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129610#M1317</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2013-11-06T16:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Workflow Actions using HTTP POST not sending arguments</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129611#M1318</link>
      <description>&lt;P&gt;Quite a few of them, but I'm not sure what I'm looking for in them. None of them seem to refer to the external URL being called.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2013 16:17:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129611#M1318</guid>
      <dc:creator>dolohov</dc:creator>
      <dc:date>2013-11-06T16:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Workflow Actions using HTTP POST not sending arguments</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129612#M1319</link>
      <description>&lt;P&gt;To expand on the previous comment: I see lots of references to loading internal Splunk pages, and those internal URLs all have "CSRF" embedded in them. I don't see any other messages regarding CSRF.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 14:55:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129612#M1319</guid>
      <dc:creator>dolohov</dc:creator>
      <dc:date>2013-11-07T14:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Workflow Actions using HTTP POST not sending arguments</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129613#M1320</link>
      <description>&lt;P&gt;I paged old man docyes for you.  He asked if you could post your config for the workflow action so we could try to reproduce this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 17:19:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129613#M1320</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2013-11-07T17:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Workflow Actions using HTTP POST not sending arguments</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129614#M1321</link>
      <description>&lt;P&gt;Posted as an edit to the original post. I've tried several variants of this, and in all cases the link opens but the POST arguments are missing. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2013 17:49:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129614#M1321</guid>
      <dc:creator>dolohov</dc:creator>
      <dc:date>2013-11-07T17:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Workflow Actions using HTTP POST not sending arguments</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129615#M1322</link>
      <description>&lt;P&gt;Bug. SPL-81428 assigned.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2014 23:10:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129615#M1322</guid>
      <dc:creator>mzax</dc:creator>
      <dc:date>2014-03-06T23:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 Workflow Actions using HTTP POST not sending arguments</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129616#M1323</link>
      <description>&lt;P&gt;I see this was added as a bug in March of '14.  With 6.2 out now, I still see this behavior.  Has this not been addressed yet?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2014 20:25:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Splunk-6-Workflow-Actions-using-HTTP-POST-not-sending-arguments/m-p/129616#M1323</guid>
      <dc:creator>Sqig</dc:creator>
      <dc:date>2014-11-03T20:25:24Z</dc:date>
    </item>
  </channel>
</rss>

