Splunk Search

How to set field in subsearch?

sbimizry
Engager

Hi, how to a must write search then set fields from general search to subsearch?
Example:
index=name host=thishost | eval ip=iphost+"\\" | eval counts=[ search index=name2 | where iphost=ip | return $iphost ]
Field ip created in general search, how to use this field to subsearch?
How I must make it?
Thanks

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Since subsearches execute before the main search, nothing created by the main search is available in the subsearch.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Since subsearches execute before the main search, nothing created by the main search is available in the subsearch.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...