Splunk Search

calculate min and max time of event

sarit_s
Communicator

hello
im trying to calculate min and max time of event (the time when the event started and when its ended)
when im adding my calculation to the query im loosing the results of the rest of the query and getting only the result of the time calculation...
what am i missing ?

index=prod eventtype="csm-messages-dhcpd-lpf-eth0-listening" OR eventtype="csm-messages-dhcpd-lpf-eth0-sending" OR eventtype="csm-messages-dhcpd-send-socket-fallback-net" OR eventtype="csm-messages-dhcpd-write-zero-leases" OR eventtype="csm-messages-dhcpd-eth1-nosubnet-declared"

| transaction maxpause=2s maxspan=1s maxevents=5
| stats first(_time) as min_time, last(_time) as max_time
| table _time,eventcount, eventtype, tail_id, kafka_uuid,min_time,max_time

| foreach eventtype
     [eval flag_eventtype=if(eventcount!=5,"no", "yes")]
0 Karma

to4kawa
Ultra Champion

transaction has only one _time

0 Karma

sarit_s
Communicator

so i can i do it differently ?

0 Karma

to4kawa
Ultra Champion

Why don't you try using a command other than transaction ?
or extract _time by using rex again.

0 Karma

sarit_s
Communicator

im open to try, i just don't know what and how 🙂

0 Karma

to4kawa
Ultra Champion
0 Karma

sarit_s
Communicator

it looks like using transaction is the right way.. so how can i use rex to extract _time ?

0 Karma

to4kawa
Ultra Champion

I don't know, check your log.

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...