<?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: Make Transaction wait or End before Starting new transaction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-make-transaction-wait-or-end-before-starting/m-p/599737#M208745</link>
    <description>&lt;P&gt;You could also try to transform your data so that it keeps only the first "start" in a row (by using autoregress/streamstats to get previous value and only leave the "start" if it was preceeded by an "end")&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2022 12:27:39 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2022-05-30T12:27:39Z</dc:date>
    <item>
      <title>Is there a way to make transaction wait or end before starting new transaction?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-make-transaction-wait-or-end-before-starting/m-p/599730#M208739</link>
      <description>&lt;P&gt;Hi, is there a way to make a Splunk transaction wait until it has ended, before starting another transaction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g. if I have (with latest results at the top)&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;a&lt;/TD&gt;
&lt;TD width="50%"&gt;end&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;b&lt;/TD&gt;
&lt;TD width="50%"&gt;start&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;c&lt;/TD&gt;
&lt;TD width="50%"&gt;start&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;d&lt;/TD&gt;
&lt;TD width="50%"&gt;end&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;e&lt;/TD&gt;
&lt;TD width="50%"&gt;end&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;f&lt;/TD&gt;
&lt;TD width="50%"&gt;start&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;g&lt;/TD&gt;
&lt;TD width="50%"&gt;start&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;h&lt;/TD&gt;
&lt;TD width="50%"&gt;start&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I get from Splunk here would be transactions: f-&amp;gt;e, g-&amp;gt;d and b-&amp;gt;a.&lt;/P&gt;
&lt;P&gt;But what I want is h-&amp;gt;e and c-&amp;gt;a, so once it's found "start" it then looks for "end", and then looks for the next "start" after that... etc.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 23:26:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-make-transaction-wait-or-end-before-starting/m-p/599730#M208739</guid>
      <dc:creator>morganj1</dc:creator>
      <dc:date>2022-05-30T23:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Make Transaction wait or End before Starting new transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-make-transaction-wait-or-end-before-starting/m-p/599735#M208743</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233426"&gt;@morganj1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;it's possible if you have a field (e.g. transaction_id) to use as a correlation key to correlate events, if you use startswith and/or endswith options it isn't possible.&lt;/P&gt;&lt;P&gt;Anyway, if you have a field to use as key, see a different approach using the stats command instead transaction because the thansaction command is very slow!&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 12:09:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-make-transaction-wait-or-end-before-starting/m-p/599735#M208743</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-30T12:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Make Transaction wait or End before Starting new transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-make-transaction-wait-or-end-before-starting/m-p/599737#M208745</link>
      <description>&lt;P&gt;You could also try to transform your data so that it keeps only the first "start" in a row (by using autoregress/streamstats to get previous value and only leave the "start" if it was preceeded by an "end")&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 12:27:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-make-transaction-wait-or-end-before-starting/m-p/599737#M208745</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-05-30T12:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Make Transaction wait or End before Starting new transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-make-transaction-wait-or-end-before-starting/m-p/599774#M208756</link>
      <description>&lt;P&gt;If you are sure that those 'in-between' events are useless, you can even use&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Dedup" target="_blank" rel="noopener"&gt;dedup&lt;/A&gt;&amp;nbsp;to filter them out.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 18:59:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-there-a-way-to-make-transaction-wait-or-end-before-starting/m-p/599774#M208756</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2022-05-30T18:59:08Z</dc:date>
    </item>
  </channel>
</rss>

