<?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 extract string value and use comparison operators in a search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-value-and-use-comparison-operators-in-a/m-p/110506#M28916</link>
    <description>&lt;P&gt;Hi gluente Thanks for your answer its working fine now I need the above sample which is edited Please give me some trick&lt;/P&gt;</description>
    <pubDate>Thu, 04 Sep 2014 13:27:14 GMT</pubDate>
    <dc:creator>akash_akkis</dc:creator>
    <dc:date>2014-09-04T13:27:14Z</dc:date>
    <item>
      <title>How to extract string value and use comparison operators in a search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-value-and-use-comparison-operators-in-a/m-p/110504#M28914</link>
      <description>&lt;P&gt;Hi I am new to splunk &lt;BR /&gt;
I wanted to extract data from logs that have a particular string with a value and only return data where the extracted value is 100 or greater.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ID: 2999
Payload: {"Audit":{"__queryElapsedTime":"267","__requestReceived":"2014.09.04 06:01:04.560
Address: sdfjkjsdljsjdjjkljsd";k;lklsdk
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is my logs I wanted to search ID , Payload , Address and list in table &lt;/P&gt;

&lt;P&gt;ID    Address                 Payload&lt;BR /&gt;
2999  sdjsdjj;'lkdfj;ksfdk   {"Audit":{"&lt;STRONG&gt;queryElapsedTime":"267","&lt;/STRONG&gt;requestReceive&lt;/P&gt;

&lt;P&gt;Please help me I am stuck with prod issue.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 06:33:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-value-and-use-comparison-operators-in-a/m-p/110504#M28914</guid>
      <dc:creator>akash_akkis</dc:creator>
      <dc:date>2014-09-04T06:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract string value and use comparison operators in a search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-value-and-use-comparison-operators-in-a/m-p/110505#M28915</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search ... | rex "queryElapsedTime\"\:\"(?&amp;lt;queryelapsedtime&amp;gt;\d+)\"" | search queryelapsedtime &amp;gt; 99 | stats count, values(queryelapsedtime) by _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 07:02:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-value-and-use-comparison-operators-in-a/m-p/110505#M28915</guid>
      <dc:creator>gfuente</dc:creator>
      <dc:date>2014-09-04T07:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract string value and use comparison operators in a search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-value-and-use-comparison-operators-in-a/m-p/110506#M28916</link>
      <description>&lt;P&gt;Hi gluente Thanks for your answer its working fine now I need the above sample which is edited Please give me some trick&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2014 13:27:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-value-and-use-comparison-operators-in-a/m-p/110506#M28916</guid>
      <dc:creator>akash_akkis</dc:creator>
      <dc:date>2014-09-04T13:27:14Z</dc:date>
    </item>
  </channel>
</rss>

