Hey,
How would I go aboutwriting a search that is able to show me how many events are found in a particular index (e.g. index=main) between Monday 4pm and Tuesday 11am every week between these t...
Hi I'm writing a customsearchcommand, and I'm running into the following error: Failed to write buffer of size 21 to external process file descriptor (Broken pipe) The customsearch is an e...
TL;DR - Is there a way (without custom scripts or commands) to run a command from a string in the format of a union that contains a dynamic number of subsearches?
I have quite a few heavy d...
I have seen some promotional material lauding how the new SCPv2 enables customsearchcommands to process millions of events with lower memory overhead now that they can operate in a true streaming/c...
Greetings!
I am writing a Python script to create a customsearchcommand that goes out and reaches out to an API to get some data back based on what is passed to it. Whenever I run the script v...
I'm writing a customsearchcommand to convert all the full path xml names to just local names. I'm also making the field names all lower case for consistency. My code is below:
def stream(s...
I try to use flush on customcommand and not working.
I used generatetext.py from searchcommands_app and put self.flush() and the search done with errors.
def generate(self):
t...
Hello,
Splunk 7.1.3, Linux x86_64.
One of my custom (SCPv1) commands errors when the number of events returned exceeds 20,000-30,000 (the value slightly changes between runs; it poses no p...
Hello,
I'm writing a custom Splunk searchcommand that runs a query on another Splunk host, then returns those results. Unfortunately, no matter what inputs I use in the search or arguments I c...
Hello, I am writing a customsearchcommand in python, which should accept the | table c1 c2 ... cn as an input, call my webservice to evaluate if the given row of the table is anomalous and a...