<?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 Only show logs where field value has a decimal place in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Only-show-logs-where-field-value-has-a-decimal-place/m-p/315539#M94451</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I'm trying to run a search that only finds specific events in a log which have field X equal to a number with a decimal place.  Creating the search of simply X&amp;gt;0 returns all log events with any number, which is a good start.  Now I'm just looking to filter the results a bit more  so only logs having field X equal to any number that has a decimal place will be displayed.  What would be the best way to accomplish this?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2017 16:24:17 GMT</pubDate>
    <dc:creator>bcarr12</dc:creator>
    <dc:date>2017-10-17T16:24:17Z</dc:date>
    <item>
      <title>Only show logs where field value has a decimal place</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Only-show-logs-where-field-value-has-a-decimal-place/m-p/315539#M94451</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I'm trying to run a search that only finds specific events in a log which have field X equal to a number with a decimal place.  Creating the search of simply X&amp;gt;0 returns all log events with any number, which is a good start.  Now I'm just looking to filter the results a bit more  so only logs having field X equal to any number that has a decimal place will be displayed.  What would be the best way to accomplish this?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:24:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Only-show-logs-where-field-value-has-a-decimal-place/m-p/315539#M94451</guid>
      <dc:creator>bcarr12</dc:creator>
      <dc:date>2017-10-17T16:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Only show logs where field value has a decimal place</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Only-show-logs-where-field-value-has-a-decimal-place/m-p/315540#M94452</link>
      <description>&lt;P&gt;This searches for a period anywhere in field &lt;CODE&gt;myfield&lt;/CODE&gt;, and drops all records that do not have one.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| regex myfield="\."
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:32:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Only-show-logs-where-field-value-has-a-decimal-place/m-p/315540#M94452</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-10-17T16:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Only show logs where field value has a decimal place</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Only-show-logs-where-field-value-has-a-decimal-place/m-p/315541#M94453</link>
      <description>&lt;P&gt;This is exactly what I needed.  Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 17:04:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Only-show-logs-where-field-value-has-a-decimal-place/m-p/315541#M94453</guid>
      <dc:creator>bcarr12</dc:creator>
      <dc:date>2017-10-17T17:04:48Z</dc:date>
    </item>
  </channel>
</rss>

