Splunk Search

Why is my search not returning results for the latest events per index?

johannrenck
Engager

Hi,

I have 3 indexes that get updated with the same date. They are all a snapshot of pre production config data that gets updated twice per day. Running the following gives me the last date:

index=*  Date < a | stats max(Date)

But if I try to run the following it doesn't return anything:

index=* [search index=*  Date < a | stats max(Date)] | stats count by index,Date 

What Am I missing?

The < a is because some data in the Date field gets wrongly created using the column header "Date"

Thanks,

Johann

Tags (4)
0 Karma
1 Solution

johannrenck
Engager

Ok, found the answer

index=* [search index=*  Date < a | stats max(Date) as Date] | stats count by index,Date

As Date solved the issue...

View solution in original post

0 Karma

johannrenck
Engager

Ok, found the answer

index=* [search index=*  Date < a | stats max(Date) as Date] | stats count by index,Date

As Date solved the issue...

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...