<?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: Based on drop down list value how to change search string in each panel in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683401#M55927</link>
    <description>&lt;P&gt;eg. i have in drop down i have server and cloud.&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i select Server - the path would be&amp;nbsp;&lt;/P&gt;&lt;P&gt;source="/test/log/path/server1.log"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i select cloud the path would be vary for each region.&lt;/P&gt;&lt;P&gt;for TEST -&amp;nbsp;&amp;nbsp;source="/test/log/path/testserver1.log"&lt;/P&gt;&lt;P&gt;for QA -&amp;nbsp; &amp;nbsp;source="/test/log/path/qaserver1.log"&lt;/P&gt;&lt;P&gt;for PROD -&amp;nbsp; &amp;nbsp;source="/test/log/path/prodserver1.log"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i kept the first drop down list to select server and cloud. And then environment drop down lsit. and remaining panels load based on the server/cloud drop down list and env .drop down list&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2024 12:50:29 GMT</pubDate>
    <dc:creator>Jasmine</dc:creator>
    <dc:date>2024-04-05T12:50:29Z</dc:date>
    <item>
      <title>Based on drop down list value how to change search string in each panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683388#M55922</link>
      <description>&lt;P&gt;Based on drop down list value how to change search string in each panel&lt;/P&gt;
&lt;P&gt;eg&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for panel to load the search string will vary as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=test (source="/test/log/path/test1.log" $param1$  c="$param2$" $dropdownlistvalue1$ $dropdownlistvalue1$)

&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;As log path is different all my params vary. so how can i change index based of drop down list value?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 17:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683388#M55922</guid>
      <dc:creator>Jasmine</dc:creator>
      <dc:date>2024-04-05T17:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Based on drop down list value how to change search string in each panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683391#M55923</link>
      <description>&lt;P&gt;You might be able to use the change stanza for the input to set up multiple tokens based on the value selected. For example, your value in the drop down could have 3 parts delimited by some character, e.g. colon. The change stanza would then process the value and set 3 different tokens based on the 3 parts of the value.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 10:36:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683391#M55923</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-04-05T10:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Based on drop down list value how to change search string in each panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683395#M55925</link>
      <description>&lt;P&gt;can u pls.s give some sample. my requiremnt is i do have two differnt paths&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=test (source="/test/log/path/test1.log" )
index=test (source="/test/log/path/test2.log" )&lt;/LI-CODE&gt;
&lt;P&gt;based on dropdownlist value the above the path should be taken in Search string&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:04:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683395#M55925</guid>
      <dc:creator>Jasmine</dc:creator>
      <dc:date>2024-04-05T12:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Based on drop down list value how to change search string in each panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683399#M55926</link>
      <description>&lt;P&gt;What do you currently have in your dropdown?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:33:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683399#M55926</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-04-05T12:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Based on drop down list value how to change search string in each panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683401#M55927</link>
      <description>&lt;P&gt;eg. i have in drop down i have server and cloud.&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i select Server - the path would be&amp;nbsp;&lt;/P&gt;&lt;P&gt;source="/test/log/path/server1.log"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i select cloud the path would be vary for each region.&lt;/P&gt;&lt;P&gt;for TEST -&amp;nbsp;&amp;nbsp;source="/test/log/path/testserver1.log"&lt;/P&gt;&lt;P&gt;for QA -&amp;nbsp; &amp;nbsp;source="/test/log/path/qaserver1.log"&lt;/P&gt;&lt;P&gt;for PROD -&amp;nbsp; &amp;nbsp;source="/test/log/path/prodserver1.log"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i kept the first drop down list to select server and cloud. And then environment drop down lsit. and remaining panels load based on the server/cloud drop down list and env .drop down list&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 12:50:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683401#M55927</guid>
      <dc:creator>Jasmine</dc:creator>
      <dc:date>2024-04-05T12:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Based on drop down list value how to change search string in each panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683403#M55928</link>
      <description>&lt;P&gt;Couldn't you just have one drop down?&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Environment&lt;/TD&gt;&lt;TD width="50%"&gt;Log source&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Server&lt;/TD&gt;&lt;TD width="50%"&gt;/test/log/path/server1.log&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;TEST&lt;/TD&gt;&lt;TD width="50%"&gt;/test/log/path/testserver1.log&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;QA&lt;/TD&gt;&lt;TD width="50%"&gt;/test/log/path/qaserver1.log&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;PROD&lt;/TD&gt;&lt;TD width="50%"&gt;/test/log/path/prodserver1.log&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 13:07:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683403#M55928</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-04-05T13:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Based on drop down list value how to change search string in each panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683414#M55931</link>
      <description>&lt;P&gt;i want to add&amp;nbsp; in source&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=test (source="/test/log/path/qaserver1.log")&lt;/LI-CODE&gt;&lt;P&gt;without showing these path in dropdown list to user.. can we have some other method?.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 16:50:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683414#M55931</guid>
      <dc:creator>Jasmine</dc:creator>
      <dc:date>2024-04-05T16:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Based on drop down list value how to change search string in each panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683415#M55932</link>
      <description>&lt;P&gt;The dropdown has two fields, the label and the value - it is the label that is shown to the user and the value which is put in the token&lt;/P&gt;&lt;P&gt;When you use the token in a search, the value can be found out by the user if they open the search in another window. There are ways to make this more difficult to find out but do you really need to go that far?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 14:13:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683415#M55932</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-04-05T14:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Based on drop down list value how to change search string in each panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683461#M55943</link>
      <description>&lt;P&gt;So we have to create two different drop down list for each path and show/hide can be used?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 16:55:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Based-on-drop-down-list-value-how-to-change-search-string-in/m-p/683461#M55943</guid>
      <dc:creator>Jasmine</dc:creator>
      <dc:date>2024-04-05T16:55:16Z</dc:date>
    </item>
  </channel>
</rss>

