Splunk Search

How can I use the result of subquery field as wildcard?

myusufe71
Explorer

I have subquery result as

host1

host2

host2

And I want to put this all host result as host=*  in the main query.

1. subquery

| inputlookup test.csv | search cluster="cluster1" | stats count by host | fields - count

 

2. main query

using subquery, as

index=abc host="*"

host="*" is subquery result.

Or is there any way to extract subquery result as host IN (host1, host2, host3) in main query?

 

Labels (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @myusufe71 ,

let me understand: you want to filter results of the main search with the results of the subsearch, is it correct?

in this case, please, try this:

index=abc [ | inputlookup test.csv WHERE cluster="cluster1" | dedup host | fields host ]

put only attention that the field to use as key (host) is the same in both main and sub search (it's case sensitive!).

Ciao.

Giuseppe

View solution in original post

myusufe71
Explorer

Wow it works. @gcusello you are super duper. Thanks!

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @myusufe71 ,

good for you, see next time!

let me know if I can help you more, or, please, accept one answer for the other people of Community.

Ciao and happy splunking

Giuseppe

P.S.: Karma Points are appreciated 😉

gcusello
SplunkTrust
SplunkTrust

Hi @myusufe71 ,

let me understand: you want to filter results of the main search with the results of the subsearch, is it correct?

in this case, please, try this:

index=abc [ | inputlookup test.csv WHERE cluster="cluster1" | dedup host | fields host ]

put only attention that the field to use as key (host) is the same in both main and sub search (it's case sensitive!).

Ciao.

Giuseppe

Get Updates on the Splunk Community!

Cloud Platform & Enterprise: Classic Dashboard Export Feature Deprecation

As of Splunk Cloud Platform 9.3.2408 and Splunk Enterprise 9.4, classic dashboard export features are now ...

Explore the Latest Educational Offerings from Splunk (November Releases)

At Splunk Education, we are committed to providing a robust learning experience for all users, regardless of ...

New This Month in Splunk Observability Cloud - Metrics Usage Analytics, Enhanced K8s ...

The latest enhancements across the Splunk Observability portfolio deliver greater flexibility, better data and ...