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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...