Splunk Dev

python SDK integration with Splunk

srijondas
Explorer

I am trying to implement EventingCommand interface, and return just one custom event at the end of  processing multiple events in Splunk. I have the code written in Python and integrated. But for some reason, the code returns multiple events in Splunk.

Can someone point out what is the problem here?

 

 

import sys from splunklib.searchcommands
import dispatch, EventingCommand, Configuration

@Configuration()
    class testpython(EventingCommand):
   

    def transform(self, records):
        list1 =[{'count': 1}]
        return list1

if __name__ == "__main__": dispatch(testpython, sys.argv, sys.stdin, sys.stdout, __name__)

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

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...