Splunk Search

How to get the result set of the last sample without using head search command

lpolo
Motivator

Hi,

Any idea how to get the result set of the last sample without using head. Let's say we have a summary index with the following log set:

time_1 G=1 orig_host=a
time_1 G=1 orig_host=b
time_1 G=3 orig_host=c

time_2 G=3 orig_host=a
time_2 G=2 orig_host=b
time_2 G=3 orig_host=c

Using the search command "head" I can get my last sample if I know the number of logs per sample. For example:

sourcetype=x|head 3|table _time orig_Host G

How can I get the same result set without using the head search command?

Thanks,
Lp

Tags (2)
0 Karma

sdaniels
Splunk Employee
Splunk Employee

I think you could probably modify the following answer:

http://splunk-base.splunk.com/answers/52891/most-recent-event-from-each-source

Just change to | metadata type=hosts since you want to look up data based on a host.

0 Karma

lpolo
Motivator

I modified the question to clarify the scenario. I tried the example you sent me before I could not make it work. Any idea.

Lp

0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...