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!

Splunk App for Anomaly Detection End of Life Announcment

Q: What is happening to the Splunk App for Anomaly Detection?A: Splunk is officially announcing the ...

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...