<?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 would you search for an alphanumeric string where the first part is fixed and the end number varies in length? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184867#M53242</link>
    <description>&lt;P&gt;do you want to search for events which have a number at the end?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Aug 2015 18:53:30 GMT</pubDate>
    <dc:creator>jensonthottian</dc:creator>
    <dc:date>2015-08-24T18:53:30Z</dc:date>
    <item>
      <title>How would you search for an alphanumeric string where the first part is fixed and the end number varies in length?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184863#M53238</link>
      <description>&lt;P&gt;I would appreciate help in a search for the following:&lt;BR /&gt;
The first part of the string is always &lt;CODE&gt;/device/status/&lt;/CODE&gt; while the end number varies in length.&lt;/P&gt;

&lt;P&gt;Examples (the end numbers are random and can be 6-12 digits in length):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  /device/status/5483367
  /device/status/847532148
  /device/status/687459632587
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Aug 2015 16:33:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184863#M53238</guid>
      <dc:creator>Akita881</dc:creator>
      <dc:date>2015-08-24T16:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: How would you search for an alphanumeric string where the first part is fixed and the end number varies in length?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184864#M53239</link>
      <description>&lt;P&gt;If this string is part of a field, like source, then try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search ...source="/device/status/5483367*" |..rest of the search
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If it's a search string in raw data but not extracted yet, simply do this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your base search "/device/status/5483367*" |..rest of the search
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:06:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184864#M53239</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-08-24T17:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How would you search for an alphanumeric string where the first part is fixed and the end number varies in length?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184865#M53240</link>
      <description>&lt;P&gt;"your base search query" "/device/status/*"&lt;/P&gt;

&lt;P&gt;Use wildcard "*".&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 17:07:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184865#M53240</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-08-24T17:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: How would you search for an alphanumeric string where the first part is fixed and the end number varies in length?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184866#M53241</link>
      <description>&lt;P&gt;I appreciate your time to reply.  My apologies.  I did not fully explain my question.  The examples should have included what I want to exclude.&lt;BR /&gt;
The numbers are all random and there is not a pool of them i can reference.  I want to search for just the entries that are followed by numbers and not by letters.&lt;BR /&gt;
Examples:&lt;BR /&gt;
       /device/status/5483367&lt;BR /&gt;
       /device/status/randomletters&lt;BR /&gt;
       /device/status/847532148&lt;BR /&gt;
       /device/status/687459632587&lt;BR /&gt;
       /device/status/morerandomletters&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184866#M53241</guid>
      <dc:creator>Akita881</dc:creator>
      <dc:date>2015-08-24T18:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How would you search for an alphanumeric string where the first part is fixed and the end number varies in length?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184867#M53242</link>
      <description>&lt;P&gt;do you want to search for events which have a number at the end?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2015 18:53:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-would-you-search-for-an-alphanumeric-string-where-the-first/m-p/184867#M53242</guid>
      <dc:creator>jensonthottian</dc:creator>
      <dc:date>2015-08-24T18:53:30Z</dc:date>
    </item>
  </channel>
</rss>

