<?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 make transaction to consider the data from the beginning(i.e oldest data) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562550#M195654</link>
    <description>&lt;P&gt;8/4/21 is not older than 7/30/21&lt;/P&gt;&lt;P&gt;Can you share some of your raw events as it doesn't look like your transaction command is working.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Aug 2021 07:58:41 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-08-09T07:58:41Z</dc:date>
    <item>
      <title>how to make transaction to consider the data from the beginning(i.e oldest data)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562397#M195600</link>
      <description>&lt;P&gt;Hi all, i have a query for transaction,&lt;/P&gt;&lt;PRE&gt;source="abc_data1_*" index="testing" sourcetype="_json"
| transaction startswith=(STATUS="FAIL") endswith=(STATUS="SUCCESS")&lt;/PRE&gt;&lt;P&gt;The events in the results are considered from most recent to oldest. But i want this&amp;nbsp; transaction to consider the the older data first to the processing. I want the data to be sorted from the beginning and then apply the transaction. "Reverse" doesn't work with this.Anyone knows how to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 09:30:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562397#M195600</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-08-06T09:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to make transaction to consider the data from the beginning(i.e oldest data)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562410#M195607</link>
      <description>&lt;LI-CODE lang="markup"&gt;| sort 0 _time&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 06 Aug 2021 12:12:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562410#M195607</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-08-06T12:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to make transaction to consider the data from the beginning(i.e oldest data)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562425#M195611</link>
      <description>&lt;P&gt;Hi sir, I am getting the events like this. only one event is older and the rest is new data.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-08-06_19h54_34.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/15454i9C333DAF8BDE1F76/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-08-06_19h54_34.png" alt="2021-08-06_19h54_34.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see only first event is older.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 14:29:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562425#M195611</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-08-06T14:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to make transaction to consider the data from the beginning(i.e oldest data)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562428#M195613</link>
      <description>&lt;P&gt;What is your full search?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 15:01:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562428#M195613</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-08-06T15:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to make transaction to consider the data from the beginning(i.e oldest data)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562429#M195614</link>
      <description>&lt;P&gt;Have you tried&amp;nbsp;&lt;A title="link to Tail documentation in docs.splunk.com" href="https://docs.splunk.com/Documentation/Splunk/8.2.1/SearchReference/Tail" target="_blank" rel="noopener"&gt;Tail&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 15:09:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562429#M195614</guid>
      <dc:creator>sharynh</dc:creator>
      <dc:date>2021-08-06T15:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to make transaction to consider the data from the beginning(i.e oldest data)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562523#M195636</link>
      <description>&lt;PRE&gt;source="abc_data1_*" index="testing" sourcetype="_json"
| transaction startswith=(STATUS="FAIL") endswith=(STATUS="SUCCESS")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This is only my full search.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 04:40:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562523#M195636</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-08-09T04:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to make transaction to consider the data from the beginning(i.e oldest data)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562530#M195642</link>
      <description>No. How exactly should i use that?</description>
      <pubDate>Mon, 09 Aug 2021 05:13:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562530#M195642</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-08-09T05:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to make transaction to consider the data from the beginning(i.e oldest data)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562550#M195654</link>
      <description>&lt;P&gt;8/4/21 is not older than 7/30/21&lt;/P&gt;&lt;P&gt;Can you share some of your raw events as it doesn't look like your transaction command is working.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 07:58:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-make-transaction-to-consider-the-data-from-the-beginning/m-p/562550#M195654</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-08-09T07:58:41Z</dc:date>
    </item>
  </channel>
</rss>

