<?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: How to have multiple values in a token in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446273#M29325</link>
    <description>&lt;P&gt;Okay well I need it to be like this example&lt;/P&gt;

&lt;P&gt;ModuleId=490 OR LevelId=70&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2019 17:59:14 GMT</pubDate>
    <dc:creator>bryceweb22</dc:creator>
    <dc:date>2019-07-01T17:59:14Z</dc:date>
    <item>
      <title>How to have multiple values in a token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446269#M29321</link>
      <description>&lt;P&gt;I am looking for a way to have my token in a multiselect dropdown pass two values into the search to increase the chances of generating more accurate results, please help.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 15:36:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446269#M29321</guid>
      <dc:creator>bryceweb22</dc:creator>
      <dc:date>2019-07-01T15:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multiple values in a token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446270#M29322</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Check this sample&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;multiselect&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="multiselect" token="field1"&amp;gt;
      &amp;lt;label&amp;gt;field1&amp;lt;/label&amp;gt;
      &amp;lt;valuePrefix&amp;gt;method="&amp;lt;/valuePrefix&amp;gt;
      &amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
      &amp;lt;valueSuffix&amp;gt;"&amp;lt;/valueSuffix&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;method&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;method&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index="_internal" sourcetype=splunkd_ui_access |stats count by method&amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index="_internal" $field1$&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Jul 2019 15:57:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446270#M29322</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-07-01T15:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multiple values in a token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446271#M29323</link>
      <description>&lt;P&gt;Okay so I added the OR in the delimiter but where do I add my second value at because I tried doing it after the first one and no results were found.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 16:20:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446271#M29323</guid>
      <dc:creator>bryceweb22</dc:creator>
      <dc:date>2019-07-01T16:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multiple values in a token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446272#M29324</link>
      <description>&lt;P&gt;You need to consider these&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;valuePrefix&amp;gt;method="&amp;lt;/valuePrefix&amp;gt;
       &amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
       &amp;lt;valueSuffix&amp;gt;"&amp;lt;/valueSuffix&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Finally, it constructed as &lt;CODE&gt;index="_internal" method="DELETE" OR method="HEAD"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 16:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446272#M29324</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-07-01T16:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to have multiple values in a token</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446273#M29325</link>
      <description>&lt;P&gt;Okay well I need it to be like this example&lt;/P&gt;

&lt;P&gt;ModuleId=490 OR LevelId=70&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 17:59:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-have-multiple-values-in-a-token/m-p/446273#M29325</guid>
      <dc:creator>bryceweb22</dc:creator>
      <dc:date>2019-07-01T17:59:14Z</dc:date>
    </item>
  </channel>
</rss>

