<?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: Alternative without transaction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602024#M209538</link>
    <description>&lt;P&gt;it take so much time to load .&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 07:17:27 GMT</pubDate>
    <dc:creator>btcs2</dc:creator>
    <dc:date>2022-06-16T07:17:27Z</dc:date>
    <item>
      <title>Alternative without transaction- Is it possible?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/601969#M209513</link>
      <description>&lt;P&gt;Is it possible to do this query with out using transaction&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="prod" source="mysource" | transaction startswith="create happening for test" endswith=("create done  " OR "create not done " )|stats count&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Jun 2022 18:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/601969#M209513</guid>
      <dc:creator>btcs2</dc:creator>
      <dc:date>2022-06-16T18:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative without transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/601974#M209515</link>
      <description>&lt;P&gt;What are you trying to accomplish without transaction? Is there a reason you do not want to use transaction?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 19:52:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/601974#M209515</guid>
      <dc:creator>fredclown</dc:creator>
      <dc:date>2022-06-15T19:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative without transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602020#M209535</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244048"&gt;@btcs2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the startswith and endswith without a correlation key is the only condition where there isn't any other solution than transaction command.&lt;/P&gt;&lt;P&gt;if you have a unique correlation key, you could try to use stats, but without it isn't possible&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 06:59:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602020#M209535</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-06-16T06:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative without transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602024#M209538</link>
      <description>&lt;P&gt;it take so much time to load .&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 07:17:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602024#M209538</guid>
      <dc:creator>btcs2</dc:creator>
      <dc:date>2022-06-16T07:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative without transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602027#M209540</link>
      <description>&lt;P&gt;You appear to be counting the "transactions" which begin with one string and end with one of two other strings. Depending on your data, can you just not count the occurrences of the first string? If necessary, make sure this count is not greater than the sum of the occurrences of the two other strings?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 07:35:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602027#M209540</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-16T07:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative without transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602028#M209541</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244048"&gt;@btcs2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this is the main reason because I try to avoid to use transaction comman all the times I can, but, as I said, if you haven't a key to correlate you events, transaction command is the only solution.&lt;/P&gt;&lt;P&gt;If possible, try to limit the maxtime for correlate events, this is the only workaround (when possible) to limit response time.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 07:35:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602028#M209541</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-06-16T07:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative without transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602039#M209546</link>
      <description>&lt;P&gt;There can be different combinations . I just need the events that have this particular combination.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 10:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602039#M209546</guid>
      <dc:creator>btcs2</dc:creator>
      <dc:date>2022-06-16T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative without transaction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602046#M209548</link>
      <description>&lt;LI-CODE lang="markup"&gt;index="prod" source="mysource" 
| rex "(?&amp;lt;event&amp;gt;create happening for test|create done  |create not done )"
| streamstats count reset_on_change=t by event
| where count==1
| streamstats window=1 current=f values(event) as previous
| where previous=="create happening for test"
| stats count&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Jun 2022 11:11:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alternative-without-transaction-Is-it-possible/m-p/602046#M209548</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-16T11:11:18Z</dc:date>
    </item>
  </channel>
</rss>

