<?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: Using Check box in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39362#M8982</link>
    <description>&lt;P&gt;Do you mean you want to use a Checkbox module in a search interface?   Your use of the word 'index' confuses me because this sounds like you want to use it somehow when you're setting up Splunk to index the data instead.     &lt;/P&gt;

&lt;P&gt;If you want a Checkbox module for searching,  I develop an app called Sideview Utils which is available on Splunkbase, and it contains 20-some views of embedded documentation and examples.  One of the many things it offers to augment the default Splunk UI, is a Checkbox module.  Download the app and check it out.  It unlocks a lot of things and makes many familiar tasks in view development a &lt;EM&gt;lot&lt;/EM&gt; easier.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2011 17:35:06 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2011-07-08T17:35:06Z</dc:date>
    <item>
      <title>Using Check box</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39360#M8980</link>
      <description>&lt;P&gt;How can i use something like checkbox??&lt;/P&gt;

&lt;P&gt;I want to index multiple values based on the number of checkbox selected?&lt;/P&gt;

&lt;P&gt;How can this be done?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2011 14:57:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39360#M8980</guid>
      <dc:creator>nmr5316</dc:creator>
      <dc:date>2011-07-07T14:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Check box</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39361#M8981</link>
      <description>&lt;P&gt;To learn how to create a custom form search and use check boxes/radio buttons, the following link will start you from the beginning:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/FormIntro"&gt;Form Infroduction&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For more information on setting up radio buttons, which are like check boxes, the following link describes it in detail:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/AddRadioButtons"&gt;Creating Radio Buttons&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2011 16:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39361#M8981</guid>
      <dc:creator>Wiggy</dc:creator>
      <dc:date>2011-07-08T16:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using Check box</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39362#M8982</link>
      <description>&lt;P&gt;Do you mean you want to use a Checkbox module in a search interface?   Your use of the word 'index' confuses me because this sounds like you want to use it somehow when you're setting up Splunk to index the data instead.     &lt;/P&gt;

&lt;P&gt;If you want a Checkbox module for searching,  I develop an app called Sideview Utils which is available on Splunkbase, and it contains 20-some views of embedded documentation and examples.  One of the many things it offers to augment the default Splunk UI, is a Checkbox module.  Download the app and check it out.  It unlocks a lot of things and makes many familiar tasks in view development a &lt;EM&gt;lot&lt;/EM&gt; easier.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2011 17:35:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39362#M8982</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2011-07-08T17:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Check box</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39363#M8983</link>
      <description>&lt;P&gt;Note: the Splunk core advanced XML does not have a checkbox module, (which of course means the Simplified XML doesn't either, since simplified is just a macro layer to the advanced xml underneath).   I think this question was probably looking for a Checkbox module, hence looking for Sideview Utils / Sideview Development Kit.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2012 16:46:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39363#M8983</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2012-04-27T16:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using Check box</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39364#M8984</link>
      <description>&lt;P&gt;&amp;lt;input type="checkbox" searchWhenChanged="true" token="Index"&amp;gt;&lt;BR /&gt;
      &lt;CHOICE value="index1"&gt;index1&lt;/CHOICE&gt;&lt;BR /&gt;
      &lt;CHOICE value="index2"&gt;index2&lt;/CHOICE&gt;&lt;BR /&gt;
      &lt;CHOICE value="index3"&gt;index3&lt;/CHOICE&gt;&lt;BR /&gt;
      &lt;CHOICE value="index4"&gt;index4&lt;/CHOICE&gt;&lt;BR /&gt;
      &lt;PREFIX&gt;"&lt;/PREFIX&gt;&lt;BR /&gt;
      &lt;SUFFIX&gt;"&lt;/SUFFIX&gt;&lt;BR /&gt;
      &lt;DELIMITER&gt;" AND index="&lt;/DELIMITER&gt;&lt;BR /&gt;
&amp;lt;/input&amp;gt;&lt;/P&gt;

&lt;P&gt;Now, if you have a checkbox checked for index3 and index4, then your search would be this:&lt;BR /&gt;
index=$Index$&lt;/P&gt;

&lt;P&gt;$Index$ would be "index3" AND index="index4"&lt;/P&gt;

&lt;P&gt;so it would appear in the search as&lt;/P&gt;

&lt;P&gt;index="index3" AND index="index4"&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 15:59:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Using-Check-box/m-p/39364#M8984</guid>
      <dc:creator>ArthurGautesen</dc:creator>
      <dc:date>2016-03-11T15:59:06Z</dc:date>
    </item>
  </channel>
</rss>

