Splunk Dev

iteration through ResultsReaderXml is slow - java sdk

kumarroopesh
New Member

Hi,

When I iterate through ResultsReaderXml, it takes 8-10 seconds to iterate through 500-700 events.

The simple code 

ArrayList<Event> rows = new ArrayList<Event>();
for (Event eventObject : resultsReader) {
rows.add(eventObject);
}

 takes 8-10 seconds. Please suggest.

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...