Splunk Search

transaction too complex?

Yarsa
Path Finder

Hi, I'm trying to create a report that does the same search for two different dates, the regular search uses a transaction:

(sourcetype="bi_log" "join room success")  OR (source="analyticsreport" eventDescription concurrentUsers>0) | transaction eventId | stats  dc(userId) as "Visitors"   count(sessionId) as "Visits" dc(roomId) as "Total rooms"  by eventDescription

For the current report I want to run it for today and 24h X DAYS AGO.
The finale report I will categorize by eventDescription as before but also by "day"

I tried several different times with no success, here is one of them:

(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>0  | append  [search source="analyticsreport" eventDescription concurrentUsers>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

I'll appreciate if any of you has suggestions, thanks!!

Tags (2)

lpolo
Motivator

If you provide a log event sample for each source log I will be able to help you.

0 Karma

meishar
New Member

I have the same problem!!
anyone?

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...