<?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: Dashboard Studio Chain Search with Dropdown Token in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-dashboard-studio-chain-search-with-dropdown/m-p/595342#M103980</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245193"&gt;@anewuser&lt;/a&gt;&amp;nbsp;- Have you tried using the &lt;STRONG&gt;savedsearch&lt;/STRONG&gt; command. -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Savedsearch" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Savedsearch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An example could be:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| savedsearch mysearch replace_me="value"&lt;/LI-CODE&gt;&lt;P&gt;Here your savedsearch itself would have token in it like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=xyz event_id=$replace_me$ ......&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 06:38:30 GMT</pubDate>
    <dc:creator>VatsalJagani</dc:creator>
    <dc:date>2022-04-26T06:38:30Z</dc:date>
    <item>
      <title>How to create a dashboard studio chain search with dropdown token?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-dashboard-studio-chain-search-with-dropdown/m-p/595284#M103976</link>
      <description>&lt;P&gt;Background I would like to create a dashboard with dropdowns that allow underlying queries to create chart to filter differently depending on dropdown values. For performance reasons, I'd also want the dashboard's to be powered by saved searches.&lt;/P&gt;
&lt;P&gt;Setup:&lt;/P&gt;
&lt;P&gt;- Drop downs&lt;/P&gt;
&lt;P&gt;- Saved searches on unfiltered queries,&lt;/P&gt;
&lt;P&gt;- Chain searches to referencing saved searches and filter by drop down value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Problem:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I did the chain search with the drop down token value, the token does not get translated into a value. For instance: My dropdown's token is called "dd". When I did my chain search by " | search myfield="$dd$", the query does not return anything. If I open the entire search query, it shows I am trying to do:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;saved search query&amp;gt;&lt;BR /&gt;| search myfield="$dd$"&lt;BR /&gt;&lt;BR /&gt;The expectation would be instead&lt;BR /&gt;&lt;BR /&gt;&amp;lt;saved search query&amp;gt;&lt;BR /&gt;| search myfield="&amp;lt;my dd value&amp;gt;"&lt;BR /&gt;&lt;BR /&gt;Is this not supported?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 15:38:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-dashboard-studio-chain-search-with-dropdown/m-p/595284#M103976</guid>
      <dc:creator>anewuser</dc:creator>
      <dc:date>2022-04-26T15:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio Chain Search with Dropdown Token</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-dashboard-studio-chain-search-with-dropdown/m-p/595285#M103977</link>
      <description>&lt;P&gt;It seems like it is indeed not supported:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/DashApp/0.9.0/DashApp/dsChain" target="_blank"&gt;https://docs.splunk.com/Documentation/DashApp/0.9.0/DashApp/dsChain&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In that case, what's the recommended approach to create a dashboard with saved searches that are filtered by dropdown? I'd imagine that is a very common use case.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 18:25:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-dashboard-studio-chain-search-with-dropdown/m-p/595285#M103977</guid>
      <dc:creator>anewuser</dc:creator>
      <dc:date>2022-04-25T18:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio Chain Search with Dropdown Token</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-dashboard-studio-chain-search-with-dropdown/m-p/595342#M103980</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245193"&gt;@anewuser&lt;/a&gt;&amp;nbsp;- Have you tried using the &lt;STRONG&gt;savedsearch&lt;/STRONG&gt; command. -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Savedsearch" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Savedsearch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An example could be:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| savedsearch mysearch replace_me="value"&lt;/LI-CODE&gt;&lt;P&gt;Here your savedsearch itself would have token in it like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=xyz event_id=$replace_me$ ......&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 06:38:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-a-dashboard-studio-chain-search-with-dropdown/m-p/595342#M103980</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-04-26T06:38:30Z</dc:date>
    </item>
  </channel>
</rss>

