Splunk Search

Output value required while creating Splunk Version 1 Custom Command

rodneyjerome
Explorer

hi,

I am trying to create a simple splunk custom command using Intersplunk. Its a simple code which displays the events as is. However im getting this error

A value for "output" is required

import json
import sys
import csv
import splunk.Intersplunk

json_events = splunk.Intersplunk.readResults(None, None, False)


splunk.Intersplunk.outputResults(json_events)

Could someone help on where I am going wrong

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

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...