Splunk Search

Fetching logs via Splunk SDK on index time and event time simultaneously

pcnitk
New Member

Hi Team,

We are currently extracting logs from Splunk via Splunk SDK based on index time. We have been seeing issues with some logs which are getting indexed on current time but belong to last month and would like to filter it from result. 

Splunk SDK JobExportArgs object:

JobExportArgs jobArgs = new JobExportArgs();
jobArgs.setIndexEarliest("2020-09-29T01:00:00");
jobArgs.setIndexLatest("2020-09-29T02:00:00");

Ask is to extract events based on index time but also where event time for the events is >=24 hrs (example).

Does Splunk SDK support this feature?

Thanks

Labels (1)
0 Karma

pcnitk
New Member

@xavierashe Can you please advise here?

Thanks

Tags (2)
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 ...