Splunk Dev

SDK for PHP Search with Append Throws Error

kmattern
Builder

I'm playing with the Splunk SDK for PHP and am enjoying it but whenever I use an append function in a search it throws the following error

•[EXCEPTION] HTTP 200 OK

The PHP code for the search looks like this:

$search='search index=portal sourcetype="portal" earliest=-7d@d latest=-d /SAR/ARH/gen_info* WebPage!="index.htm*"
| stats count(WebPage) as "General Information"
| append [search index=portal sourcetype="portal" earliest=-7d@d latest=-d /SAR/faq* WebPage!="index.htm*"
| stats count(WebPage) as "Help Line"]
| append [search index=portal sourcetype="portal" earliest=-7d@d latest=-d /SAR/ARH/media* WebPage!="index.htm*"
| stats count(WebPage) as "Media"]';

If I just run the first search I get results. Do I have to do anything special with append? I use it a lot.

I get the same error if I call this as a saved search. Other saved searches work in the SDK but this one will not. It runs perfectly in it's dashboard or manually.

Tags (4)
0 Karma

kmattern
Builder

Apparently there is a bug in the PHP SDK. If I get a resolution I'll post it here.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...