Splunk Dev

Can c# or java sdk be used to write custom search commands

swativaid
New Member

Hello,
I want to write a custom search command. I am able to find samples of doing that in python but unable to find anything to do that in any other language. Can someone please provide a sample in c#

Tags (3)
0 Karma

niketn
Legend

Custom Command Version 2 protocol is used by Python SDK only. You would need to check with Splunk Team for future road map.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

briancronrath
Contributor

Do you mean run C# within a splunk query itself? I'm not aware of that being possible, but you can call splunk from C# with the SDK. Here's an example: http://dev.splunk.com/view/csharp-sdk/SP-CAAAEUK

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...