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!

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

Register Join this Tech Talk to learn how unique features like Service Centric Views, Tag Spotlight, and ...