<?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: Creating checkboxes to check multiple severity values to update a report, how do I get the value &amp;quot;&amp;gt;5&amp;quot; to produce results? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Creating-checkboxes-to-check-multiple-severity-values-to-update/m-p/229778#M68066</link>
    <description>&lt;P&gt;Thanks. This is working fine&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2015 13:27:09 GMT</pubDate>
    <dc:creator>jyothishtj</dc:creator>
    <dc:date>2015-09-17T13:27:09Z</dc:date>
    <item>
      <title>Creating checkboxes to check multiple severity values to update a report, how do I get the value "&gt;5" to produce results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-checkboxes-to-check-multiple-severity-values-to-update/m-p/229776#M68064</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I am trying to create a checkbox for severity with values 1,2,3,4 and &amp;gt;4. I need to check multiple checkboxes at the same time so a report will be refreshed based on the value. I tried to give name value pair as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Name     Value
-----    -----
1        1
2        2
3        3
4        4
5+       &amp;gt;5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and Delimiter value as   &lt;STRONG&gt;OR SEVERITY=&lt;/STRONG&gt; and token as genSEVERITY&lt;/P&gt;

&lt;P&gt;Then gave the report query as &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=index_custom SEVERITY= $genSEVERITY$  | table INC_COMPANY INC_NUMBER  SEVERITY | sort + SEVERITY
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I am checking values 1, 2, 3, 4, it is listing the values correctly, but when I am trying to select 5+ it is giving an error because the query will be &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;severity=1 or severity=2 or severity=3 or severity=4 or severity=&amp;gt;5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there any way I can get &lt;STRONG&gt;severity&amp;gt;=5&lt;/STRONG&gt; with this value, or any other methods to achieve the required results? Please help.&lt;/P&gt;

&lt;P&gt;Thanks ,&lt;BR /&gt;
Jyo&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2015 06:51:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-checkboxes-to-check-multiple-severity-values-to-update/m-p/229776#M68064</guid>
      <dc:creator>jyothishtj</dc:creator>
      <dc:date>2015-09-17T06:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating checkboxes to check multiple severity values to update a report, how do I get the value "&gt;5" to produce results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-checkboxes-to-check-multiple-severity-values-to-update/m-p/229777#M68065</link>
      <description>&lt;P&gt;Have you tried out&lt;/P&gt;

&lt;P&gt;index=index_custom &lt;STRONG&gt;$genSEVERITY$&lt;/STRONG&gt; | table INC_COMPANY INC_NUMBER SEVERITY | sort + SEVERITY&lt;/P&gt;

&lt;P&gt;And then use&lt;BR /&gt;
Name|Value&lt;BR /&gt;
1   | severity=1&lt;BR /&gt;
2   | severity=2&lt;BR /&gt;
3   |severity=3&lt;BR /&gt;
4   | severity=4&lt;BR /&gt;
5+ |severity&amp;gt;=5&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-checkboxes-to-check-multiple-severity-values-to-update/m-p/229777#M68065</guid>
      <dc:creator>HeinzWaescher</dc:creator>
      <dc:date>2020-09-29T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating checkboxes to check multiple severity values to update a report, how do I get the value "&gt;5" to produce results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Creating-checkboxes-to-check-multiple-severity-values-to-update/m-p/229778#M68066</link>
      <description>&lt;P&gt;Thanks. This is working fine&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2015 13:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Creating-checkboxes-to-check-multiple-severity-values-to-update/m-p/229778#M68066</guid>
      <dc:creator>jyothishtj</dc:creator>
      <dc:date>2015-09-17T13:27:09Z</dc:date>
    </item>
  </channel>
</rss>

