<?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 generate a regex to find text and values greater than or equal to 2000001? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-regex-to-find-text-and-values-greater-than-or/m-p/324023#M96712</link>
    <description>&lt;P&gt;You can use &amp;gt;= in your search, assuming you have "value" parsed out into a field already:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=(your index) value &amp;gt;= 2000001
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 31 May 2017 17:40:10 GMT</pubDate>
    <dc:creator>micahkemp</dc:creator>
    <dc:date>2017-05-31T17:40:10Z</dc:date>
    <item>
      <title>How to generate a regex to find text and values greater than or equal to 2000001?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-regex-to-find-text-and-values-greater-than-or/m-p/324022#M96711</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;
 I have in my log like &lt;BR /&gt;
{"name":"liquid-networth","value":"2000001"}&lt;/P&gt;

&lt;P&gt;I need to get all value which is greater than and equal to 2000001. Please help me to find in splunk search..&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 17:19:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-regex-to-find-text-and-values-greater-than-or/m-p/324022#M96711</guid>
      <dc:creator>kalais</dc:creator>
      <dc:date>2017-05-31T17:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a regex to find text and values greater than or equal to 2000001?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-regex-to-find-text-and-values-greater-than-or/m-p/324023#M96712</link>
      <description>&lt;P&gt;You can use &amp;gt;= in your search, assuming you have "value" parsed out into a field already:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=(your index) value &amp;gt;= 2000001
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 May 2017 17:40:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-regex-to-find-text-and-values-greater-than-or/m-p/324023#M96712</guid>
      <dc:creator>micahkemp</dc:creator>
      <dc:date>2017-05-31T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate a regex to find text and values greater than or equal to 2000001?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-regex-to-find-text-and-values-greater-than-or/m-p/324024#M96713</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=YourIndexHere sourcetype=YourSourcetypeHere | spath | search value &amp;gt;= 2000001
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note: the &lt;CODE&gt;spath&lt;/CODE&gt; command might create a field name with other prefices for &lt;CODE&gt;value&lt;/CODE&gt; so it may not have that exact name.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 18:08:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-generate-a-regex-to-find-text-and-values-greater-than-or/m-p/324024#M96713</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-05-31T18:08:01Z</dc:date>
    </item>
  </channel>
</rss>

