<?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: transaction too complex? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/transaction-too-complex/m-p/70879#M17744</link>
    <description>&lt;P&gt;I have the same problem!!&lt;BR /&gt;
anyone?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2012 07:39:16 GMT</pubDate>
    <dc:creator>meishar</dc:creator>
    <dc:date>2012-02-14T07:39:16Z</dc:date>
    <item>
      <title>transaction too complex?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-too-complex/m-p/70878#M17743</link>
      <description>&lt;P&gt;Hi, I'm trying to create a report that does the same search for two different dates, the regular search uses a transaction:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(sourcetype="bi_log" "join room success")  OR (source="analyticsreport" eventDescription concurrentUsers&amp;gt;0) | transaction eventId | stats  dc(userId) as "Visitors"   count(sessionId) as "Visits" dc(roomId) as "Total rooms"  by eventDescription
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For the current report I want to run it for today and 24h X DAYS AGO.&lt;BR /&gt;
The finale report I will categorize by eventDescription as before but also by "day"&lt;/P&gt;

&lt;P&gt;I tried several different times with no success, here is one of them:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(sourcetype="bi_log" "join room success" | append  [search sourcetype="bi_log" "join room success" earliest="-5d@d" latest="-4d@d"] | convert timeformat="%m/%d/%y" ctime(_time) as "new_t") OR (source="analyticsreport" eventDescription concurrentUsers&amp;gt;0  | append  [search source="analyticsreport" eventDescription concurrentUsers&amp;gt;0  earliest="-5d@d" latest="-4d@d"] | convert timeformat="%m/%d/%y" ctime(_time) as "new_t") |  transaction eventId |  stats  dc(userId) as "Visitors"  count(sessionId) as "Visits"  dc(roomId) as "Total rooms" by eventDescription,new_t
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'll appreciate if any of you has suggestions, thanks!!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2012 17:53:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-too-complex/m-p/70878#M17743</guid>
      <dc:creator>Yarsa</dc:creator>
      <dc:date>2012-02-13T17:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: transaction too complex?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-too-complex/m-p/70879#M17744</link>
      <description>&lt;P&gt;I have the same problem!!&lt;BR /&gt;
anyone?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2012 07:39:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-too-complex/m-p/70879#M17744</guid>
      <dc:creator>meishar</dc:creator>
      <dc:date>2012-02-14T07:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: transaction too complex?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/transaction-too-complex/m-p/70880#M17745</link>
      <description>&lt;P&gt;If you provide a log event sample for each source log I will be able to help you.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 19:28:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/transaction-too-complex/m-p/70880#M17745</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-02-21T19:28:00Z</dc:date>
    </item>
  </channel>
</rss>

