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!

[Puzzles] Solve, Learn, Repeat: Dynamic formatting from XML events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...