<?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: Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346253#M22561</link>
    <description>&lt;P&gt;Thanks a ton @micahkemp. Got the results &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Finally understood the logic behind it.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2018 11:50:44 GMT</pubDate>
    <dc:creator>maria2691</dc:creator>
    <dc:date>2018-02-07T11:50:44Z</dc:date>
    <item>
      <title>Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346244#M22552</link>
      <description>&lt;P&gt;Hello Everyone&lt;/P&gt;

&lt;P&gt;I have a Dashboard with a Chechbox Input Filter Source. I initially created it as a Dropdown now I am in need to convert it to a Checkbox option. The search works only if I select a single value and does not return any result when making multiple selection.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4269i042049C0E5AA7C0F/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;My search queries in panels look like below. "source" is the label name:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=error | where source like "$source$%" 
|stats count(Error Description)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I need to change the search / the input to make sure that the results are obtained for multiple selections. How do I do it?&lt;BR /&gt;
Below is the XML block for this particular Checkbox.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="checkbox" token="source" searchWhenChanged="true" multi-operator="OR"&amp;gt;
      &amp;lt;label&amp;gt;Source&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;&amp;lt;/default&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;source&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;source&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;sourcetype=error 
| where source like "GS01%" OR source like "CIS%" OR source like "CS%" OR source like "BoldChat%" OR source like "EC%" OR source like "ED%" OR source like "EIT%"OR source like "GPT%" OR source like "GS%" 
| eval source=substr('source',1,5) | stats count by source&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;choice value=""&amp;gt;ALL&amp;lt;/choice&amp;gt;
      &amp;lt;initialValue&amp;gt;&amp;lt;/initialValue&amp;gt;
      &amp;lt;delimiter&amp;gt; OR&amp;lt;/delimiter&amp;gt;
    &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What do I have to modify to achieve the expected result?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Maria Arokiaraj&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:46:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346244#M22552</guid>
      <dc:creator>maria2691</dc:creator>
      <dc:date>2018-02-05T16:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346245#M22553</link>
      <description>&lt;P&gt;Hello @mayurr98, @micahkemp, @somesoni2&lt;/P&gt;

&lt;P&gt;Can any of you help me with this question?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Maria Arokiaraj&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 17:55:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346245#M22553</guid>
      <dc:creator>maria2691</dc:creator>
      <dc:date>2018-02-06T17:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346246#M22554</link>
      <description>&lt;P&gt;I wonder if it could be as simple as missing a space after the &lt;CODE&gt;OR&lt;/CODE&gt; on line 15.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 18:14:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346246#M22554</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-02-06T18:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346247#M22555</link>
      <description>&lt;P&gt;Tried adding a space after OR, @micahkemp. No luck &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 18:18:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346247#M22555</guid>
      <dc:creator>maria2691</dc:creator>
      <dc:date>2018-02-06T18:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346248#M22556</link>
      <description>&lt;P&gt;Looking at this further on a run anywhere dashboard, you need to include config such as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
      &amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;
      &amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;
      &amp;lt;valuePrefix&amp;gt;source="&amp;lt;/valuePrefix&amp;gt;
      &amp;lt;valueSuffix&amp;gt;"&amp;lt;/valueSuffix&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To fully craft your search to look like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(source="source1" OR source="source2")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My entire input looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;input type="checkbox" token="source" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Source&amp;lt;/label&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;source&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;source&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index=_* | stats count by source&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;choice value="*"&amp;gt;ALL&amp;lt;/choice&amp;gt;
      &amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
      &amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;
      &amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;
      &amp;lt;valuePrefix&amp;gt;source="&amp;lt;/valuePrefix&amp;gt;
      &amp;lt;valueSuffix&amp;gt;"&amp;lt;/valueSuffix&amp;gt;
    &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And in your search for the pane, your query would look like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;query&amp;gt;index=_* $source$ | stats count&amp;lt;/query&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note it's not &lt;CODE&gt;source=$source$&lt;/CODE&gt;, as &lt;CODE&gt;$source$&lt;/CODE&gt; already addes the &lt;CODE&gt;source=&lt;/CODE&gt; component to each selected option.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 18:27:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346248#M22556</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-02-06T18:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346249#M22557</link>
      <description>&lt;P&gt;I have tried it without success @micahkemp.&lt;/P&gt;

&lt;P&gt;I have to use the below search query search query since we should be showing only the first five characters and need to avoid few sources.&lt;/P&gt;

&lt;P&gt;sourcetype=error &lt;BR /&gt;
 | where source like "GS01%" OR source like "CIS%" OR source like "CS%" OR source like "BoldChat%" OR source like "EC%" OR source like "ED%" OR source like "EIT%"OR source like "GPT%" OR source like "GS%" &lt;BR /&gt;
 | eval source=substr('source',1,5) | stats count by source&lt;/P&gt;

&lt;P&gt;Hence, I have modified the source like below. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;input type="checkbox" token="source" searchWhenChanged="true"&amp;gt;
              &amp;lt;label&amp;gt;Source&amp;lt;/label&amp;gt;
              &amp;lt;fieldForLabel&amp;gt;source&amp;lt;/fieldForLabel&amp;gt;
              &amp;lt;fieldForValue&amp;gt;source&amp;lt;/fieldForValue&amp;gt;
              &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;sourcetype=ROI 
         | where source like "GS01%" OR source like "CIS%" OR source like "CS%" OR source like "BoldChat%" OR source like "EC%" OR source like "ED%" OR source like "EIT%"OR source like "GPT%" OR source like "GS%" 
         | eval source=substr('source',1,5) | stats count by source&amp;lt;/query&amp;gt;
                &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
                &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
              &amp;lt;/search&amp;gt;
              &amp;lt;choice value=""&amp;gt;ALL&amp;lt;/choice&amp;gt;
              &amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
              &amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;
              &amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;
              &amp;lt;valuePrefix&amp;gt;source like "&amp;lt;/valuePrefix&amp;gt;
              &amp;lt;valueSuffix&amp;gt;"&amp;lt;/valueSuffix&amp;gt;
              &amp;lt;default&amp;gt;ALL&amp;lt;/default&amp;gt;
              &amp;lt;initialValue&amp;gt;ALL&amp;lt;/initialValue&amp;gt;
            &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And changed the panel query as sourcetype=* | where $source$&lt;/P&gt;

&lt;P&gt;Even now the results are not as expected. Only when selecting ALL 2 results appear which is wrong. And others do not return any result.&lt;/P&gt;

&lt;P&gt;Please help!&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Maria Arokiaraj&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 19:38:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346249#M22557</guid>
      <dc:creator>maria2691</dc:creator>
      <dc:date>2018-02-06T19:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346250#M22558</link>
      <description>&lt;P&gt;Hello @micahkemp&lt;/P&gt;

&lt;P&gt;I have a restriction here to display some set of sources and only their first five characters. Hence I have updated the source for the checkbox like below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;input type="checkbox" token="source" searchWhenChanged="true"&amp;gt;
              &amp;lt;label&amp;gt;Source&amp;lt;/label&amp;gt;
              &amp;lt;fieldForLabel&amp;gt;source&amp;lt;/fieldForLabel&amp;gt;
              &amp;lt;fieldForValue&amp;gt;source&amp;lt;/fieldForValue&amp;gt;
              &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;sourcetype=ROI 
         | where source like "GS01%" OR source like "CIS%" OR source like "CS%" OR source like "BoldChat%" OR source like "EC%" OR source like "ED%" OR source like "EIT%"OR source like "GPT%" OR source like "GS%" 
         | eval source=substr('source',1,5) | stats count by source&amp;lt;/query&amp;gt;
                &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
                &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
              &amp;lt;/search&amp;gt;
              &amp;lt;choice value=""&amp;gt;ALL&amp;lt;/choice&amp;gt;
              &amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
              &amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;
              &amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;
              &amp;lt;valuePrefix&amp;gt;source like "&amp;lt;/valuePrefix&amp;gt;
              &amp;lt;valueSuffix&amp;gt;"&amp;lt;/valueSuffix&amp;gt;
              &amp;lt;default&amp;gt;ALL&amp;lt;/default&amp;gt;
              &amp;lt;initialValue&amp;gt;ALL&amp;lt;/initialValue&amp;gt;
            &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And changed the search query for panels like sourcetype=* | where $source$.&lt;/P&gt;

&lt;P&gt;However I get result(wrong one) only when I select ALL. Selecting other options not even returning results.&lt;/P&gt;

&lt;P&gt;Please help!&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 19:42:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346250#M22558</guid>
      <dc:creator>maria2691</dc:creator>
      <dc:date>2018-02-06T19:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346251#M22559</link>
      <description>&lt;P&gt;Add in a &lt;CODE&gt;%&lt;/CODE&gt; on your valueSuffix line:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;valueSuffix&amp;gt;%"&amp;lt;/valueSuffix&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And make sure your search uses &lt;CODE&gt;| where $source$&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 19:56:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346251#M22559</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-02-06T19:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346252#M22560</link>
      <description>&lt;P&gt;My run-anywhere example of this functionality:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;615201&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="checkbox" token="source" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Source&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;&amp;lt;/default&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;source&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;source&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index=_* | eval source=substr('source',1,5) | stats count by source&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;choice value=""&amp;gt;ALL&amp;lt;/choice&amp;gt;
      &amp;lt;initialValue&amp;gt;&amp;lt;/initialValue&amp;gt;
      &amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
      &amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;
      &amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;
      &amp;lt;valuePrefix&amp;gt;source like "&amp;lt;/valuePrefix&amp;gt;
      &amp;lt;valueSuffix&amp;gt;%"&amp;lt;/valueSuffix&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=_* | where $source$ | stats count&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;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;
        &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&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>Tue, 06 Feb 2018 19:58:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346252#M22560</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2018-02-06T19:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Checkbox Input Filter Source in my dashboard not giving me results when making multiple selections?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346253#M22561</link>
      <description>&lt;P&gt;Thanks a ton @micahkemp. Got the results &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Finally understood the logic behind it.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 11:50:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Why-is-the-Checkbox-Input-Filter-Source-in-my-dashboard-not/m-p/346253#M22561</guid>
      <dc:creator>maria2691</dc:creator>
      <dc:date>2018-02-07T11:50:44Z</dc:date>
    </item>
  </channel>
</rss>

