<?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 search sequential numbers in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98502#M25351</link>
    <description>&lt;P&gt;How can I search in Splunk to find events which contain sequential numbers in a given field?&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jan 2013 14:49:12 GMT</pubDate>
    <dc:creator>fizzletwist</dc:creator>
    <dc:date>2013-01-24T14:49:12Z</dc:date>
    <item>
      <title>search sequential numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98502#M25351</link>
      <description>&lt;P&gt;How can I search in Splunk to find events which contain sequential numbers in a given field?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:49:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98502#M25351</guid>
      <dc:creator>fizzletwist</dc:creator>
      <dc:date>2013-01-24T14:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: search sequential numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98503#M25352</link>
      <description>&lt;P&gt;interesting tags.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2013 15:29:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98503#M25352</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-01-24T15:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: search sequential numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98504#M25353</link>
      <description>&lt;P&gt;heh... boobs...&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2013 15:33:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98504#M25353</guid>
      <dc:creator>mloven_splunk</dc:creator>
      <dc:date>2013-01-24T15:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: search sequential numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98505#M25354</link>
      <description>&lt;P&gt;Well, it depends on whether you want to sort your boobs..er..numbers at search time (sequentially), which could be accomplished with the &lt;CODE&gt;sort&lt;/CODE&gt; command, e.g.;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | table _time boobs | sort boobs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want to ensure that you have sequential boobs without sorting, i.e. you want to know that they're in sequence from the start, you should have a look at the &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/SearchReference/Delta"&gt;delta command&lt;/A&gt;, which will show the difference between the current and previous value. Thus it should be a numerical value.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | table _time boobs | delta boobs

_time          boobs     delta(boobs)
2013-01-01     32        
2013-01-02     33        1
2013-01-03     34        1
2013-01-04     35        1
2013-01-05     30        -5
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps,&lt;/P&gt;

&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2013 16:05:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98505#M25354</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-01-24T16:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: search sequential numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98506#M25355</link>
      <description>&lt;P&gt;Nice tag, I think this splunk answer is now near the top of google search results&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2013 18:33:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98506#M25355</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2013-01-24T18:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: search sequential numbers</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98507#M25356</link>
      <description>&lt;P&gt;is 1 number in a field, and sequential across events&lt;BR /&gt;
or&lt;BR /&gt;
sequential numbers in a field in 1 event ?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2013 18:33:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-sequential-numbers/m-p/98507#M25356</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-01-24T18:33:18Z</dc:date>
    </item>
  </channel>
</rss>

