<?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 search for  fields that contain numbers in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-fields-that-contain-numbers/m-p/361610#M160629</link>
    <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | regex Id=".*\d+.*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Alternatively&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | where match(Id,"\d")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 22 Jun 2017 17:09:52 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-06-22T17:09:52Z</dc:date>
    <item>
      <title>How to search for  fields that contain numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-fields-that-contain-numbers/m-p/361609#M160628</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I need to run a search the would select only those events where field Id contains numbers&lt;BR /&gt;
For example: it can be "bs332cs5-bs3 ", "cd3g54cdd" versus  "planner" or "sync"&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 17:00:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-fields-that-contain-numbers/m-p/361609#M160628</guid>
      <dc:creator>mlevsh</dc:creator>
      <dc:date>2017-06-22T17:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for  fields that contain numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-fields-that-contain-numbers/m-p/361610#M160629</link>
      <description>&lt;P&gt;Try like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | regex Id=".*\d+.*"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Alternatively&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | where match(Id,"\d")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Jun 2017 17:09:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-fields-that-contain-numbers/m-p/361610#M160629</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-06-22T17:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for  fields that contain numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-fields-that-contain-numbers/m-p/361611#M160630</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search | regex Id="\d"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Jun 2017 18:01:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-fields-that-contain-numbers/m-p/361611#M160630</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-22T18:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for  fields that contain numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-fields-that-contain-numbers/m-p/361612#M160631</link>
      <description>&lt;P&gt;@somesoni2 , thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 14:50:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-fields-that-contain-numbers/m-p/361612#M160631</guid>
      <dc:creator>mlevsh</dc:creator>
      <dc:date>2017-06-23T14:50:56Z</dc:date>
    </item>
  </channel>
</rss>

