My custom search command required some credentials to work (third party lib auth) and I don't want to have it hardcoded.
What is the best practice to pass the credentials inside this custom s...
Hi guys, I'm using splunk 8.0
I want to create a command that can send some infos to another via web or api. I read the Dev page but hard to understand. Do you know some easy script?
Like I h...
We are developing a generating customcommand using the Splunk Python SDK. The issue we are having is that only those fields exported from the first 'yield' are extracted in future events (so only t...
Hello Splunkers!
I have a customcommand, that execute a perl script with argument.
Script.pl
//////////////
!/usr/bin/perl
use strict;
use warnings;
my $curlResponseCode = curl -v...
I have created customcommand *| cloudcidrlookup cloud=azure* but how to change it to be just *| cloudcidrlookup azure* ?
@Configuration()
class CloudCidrLookup(G...
(Search head cluster/indexer cluster environment)
I have written a custom search, using the template provided by Splunk for streaming commands.
In an attempt to force the search to run o...
We are trying to run some customcommands that requires cython, but Splunk's python doesnt support it. We tried creating an anaconda environment inside the app, just like MLTK and Python for S...
Hey there, i have wrote a customcommand in order to execute whois querys using an internal whois server, which expects csv files and returns json files containing the results. The CSVs a...
Hi, I'm new to creating custom search commands, and haven't been able to understand the examples in the SDK repo on GitHub, if someone can point me to or provide a step by step guide to achieve t...