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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...