<?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 pass token from workflow action via search to a dashboard text input. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373224#M24380</link>
    <description>&lt;P&gt;I want to simply run a search " index=main  src=1.1.1.1", then select a workflow from the event and pass the src token from the event to a text input on a dashboard. I have tried POST it and GET. in the workflow parameters, but I'm just missing something I can figure out.  and help will be much apricated. Thanks in advance. &lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2017 17:55:20 GMT</pubDate>
    <dc:creator>tonymorin</dc:creator>
    <dc:date>2017-11-16T17:55:20Z</dc:date>
    <item>
      <title>pass token from workflow action via search to a dashboard text input.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373224#M24380</link>
      <description>&lt;P&gt;I want to simply run a search " index=main  src=1.1.1.1", then select a workflow from the event and pass the src token from the event to a text input on a dashboard. I have tried POST it and GET. in the workflow parameters, but I'm just missing something I can figure out.  and help will be much apricated. Thanks in advance. &lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 17:55:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373224#M24380</guid>
      <dc:creator>tonymorin</dc:creator>
      <dc:date>2017-11-16T17:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: pass token from workflow action via search to a dashboard text input.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373225#M24381</link>
      <description>&lt;P&gt;HI&lt;/P&gt;

&lt;P&gt;Can you please try this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[My Workflow Action]
display_location = event_menu
fields = *
label = MyLabel
link.method = get
link.target = blank
link.uri = my_dashboard?form.mytext=$src$
type = link
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 18:10:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373225#M24381</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-11-16T18:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: pass token from workflow action via search to a dashboard text input.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373226#M24382</link>
      <description>&lt;P&gt;@kamlesh_vaghela, I think &lt;CODE&gt;field = *&lt;/CODE&gt; should be changed to &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;fields = src
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Since the Workflow Action needs to pass on src parameter.&lt;BR /&gt;
Other than that seems It should work, provided dashboard name is &lt;CODE&gt;my_dashboard&lt;/CODE&gt; and text input token is &lt;CODE&gt;mytext&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 18:34:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373226#M24382</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-11-16T18:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: pass token from workflow action via search to a dashboard text input.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373227#M24383</link>
      <description>&lt;P&gt;kamlesh_vaghela that worked. I will accept it as soon as I can.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 19:23:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373227#M24383</guid>
      <dc:creator>tonymorin</dc:creator>
      <dc:date>2017-11-16T19:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: pass token from workflow action via search to a dashboard text input.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373228#M24384</link>
      <description>&lt;P&gt;@tonymorin, I have converted to answer. You can accept the same to mark this as answered. I hope you have used &lt;CODE&gt;fields = src&lt;/CODE&gt; to make the Workflow applicable only for events with src field.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 19:39:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/pass-token-from-workflow-action-via-search-to-a-dashboard-text/m-p/373228#M24384</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-11-16T19:39:25Z</dc:date>
    </item>
  </channel>
</rss>

