Splunk Search

From Splunk search results run external command on the field

msrama5
Explorer

Hello, I want from Splunk search results run external command on the field and return results back to splunk, following is the query

splunk query -> index="test" sourcetype=_json | xmlkv | fields httpRequestBody | table httpRequestBody

HttpRequestBody is json request, I want to run xsd validator which I already have on the json using external tool and return the results of the validator back to splunk, any advice on how can this be done ?

0 Karma

efavreau
Motivator

An alternative to ingesting the data twice into Splunk, might be validate the data before it is sent to Splunk.

###

If this reply helps you, an upvote would be appreciated.
0 Karma

richgalloway
SplunkTrust
SplunkTrust

See https://dev.splunk.com/enterprise/docs/developapps/customsearchcommands/ for how to create an external command in Splunk.
Once you've created your command, you will have to get it approved for use in Splunk Cloud. File a support ticket for that.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...