All Apps and Add-ons

How to prevent TA-webtools curl command from running with an empty result set

bowesmana
SplunkTrust
SplunkTrust

In a query that culminates in a curl command on a resuult, when the result set if empty, it's not possible to prevent the curl command from trying to execute.

A workaround I am using is to set the urifield rather than using uri, as then when there are not results and no urifield, the curl call just returns an error saying no URL specified.

However, it would be nice to be able to indicate the curl command do nothing when the results.len = 0. Currently when results is 0, it just goes and tries to run the curl.

My search is running as a saved search and all iterations will record an error when there are no  results.

Labels (1)
Tags (2)
0 Karma

jkat54
SplunkTrust
SplunkTrust

This is the intended behavior

if len > 0... act like a streaming command

else... act like a generating command

this lets the command have the flexibility to run once per result fed to it, or to just run one time all by itself.

Can you use additional logic to get around it?

perhaps a subsearch with eval if/case which returns the curl command OR "null"

Instead of the opposite direction you're going where a null is fed to the curl command.

 

 

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...