Splunk Enterprise

Subsearch append question !!

zacksoft
Contributor

I have search query that looked like this,

index = aries sourcetype = onezone 
| fields aaa baa
| stats values(aaa) as aaa 
| table aaa
append
   [ search index = leo sourcetype =twofone
        | fields ccc
        | stats ccc ]
| stats value(aaa) as sd , values(ccc) as cc

Now the optimizedQuery option of Splunk changed the "append" command in the search and replaced it with  to "[  | " search (index = leo  sourcetype=twofone  etc..etc....".....
And my output doesn't change. Both version has same output.

My question is, in the world of subsearches is using "append" the same as  using " [ | search (index = ....."

Is using ""[ | "" better in terms of performnce than using "append "  ?

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

How Splunk processes a query internally does not necessarily imply you should or can write that query and differently.

If you ran this query you would get far different results (if any at all) than with the original.

index = aries sourcetype = onezone 
| fields aaa baa
| stats values(aaa) as aaa 
| table aaa
[ search index = leo sourcetype =twofone
    | fields ccc
    | stats ccc ]
| stats value(aaa) as sd , values(ccc) as cc
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 ...