Splunk Search

latest

vinod0313
Explorer

Hello

I have below logs in last 60 mins

log1: ABC=1,DEF=2,GHI=3

log2:ABC=0,DEF=0,GHI=3


while executing my query for last 60 mins

i am getting below result

ABC=1,DEF=2,GHI=3
ABC=0,DEF=0,GHI=0

But i want only latest log result as like below

ABC=1,DEF=2,GHI=3

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
...
| head 1
0 Karma

vinod0313
Explorer

could any please help me to find the solution.


0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try limiting the number of events with head

index="cx_aws" source="notification-service"
| head 1
| spath ...

I am not sure if this is the right query but it seems to be the one from your image. The point is that head will reduce the number of events from the base search, in this case to 1 i.e. the latest event

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Check out the dedup command.

---
If this reply helps you, Karma would be appreciated.
0 Karma

vinod0313
Explorer

where should i use this command

0 Karma

richgalloway
SplunkTrust
SplunkTrust
Put it at the end of your current search.
---
If this reply helps you, Karma would be appreciated.
0 Karma

vinod0313
Explorer

I kept dedup command at the end but it didnt worked

vinod0313_0-1598415435724.png

 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...