All Apps and Add-ons

Splunk Add-on Builder: Can you help me with Splunk SDK for Python, splunklib.modularinput.EventWriter, event split issue?

mferjani
New Member

Hi,

I'm facing a random data loss issue when i split an event (list) into many events (one per element).
Here is a snippet of my code :

for element in json_response:
    try:
        data = json.dumps(element)
        event = helper.new_event(data=data, source=source, index=index, sourcetype=sourcetype)
        ew.write_event(event)        
    except Exception as e: 
        raise e

My json_response contains 8 elements. I added counters before and after the for loop. I always got 8 (in log file), but when i try a search for the same time-range, i find only two or one events.

Could you please help ?

Many thanks in advance.

Regards,

--
Mohammed

0 Karma

chli_splunk
Splunk Employee
Splunk Employee

Did you get some exceptions? Can you post your codes with counters? Any results when you test your codes in AoB? Thanks.

0 Karma
Get Updates on the Splunk Community!

Splunk Edge Processor | Popular Use Cases to Get Started with Edge Processor

Splunk Edge Processor offers more efficient, flexible data transformation – helping you reduce noise, control ...

Introducing New Splunkbase Governance!

Splunk apps are essential for maximizing the value of your Splunk Experience. Whether you’re using the default ...

3 Ways to Make OpenTelemetry Even Better

My role as an Observability Specialist at Splunk provides me with the opportunity to work with customers of ...