Splunk Search

Best way to get a subset of metadata results

sonicZ
Contributor

I am trying to get a truncated list of metadata, and cant seem to get the search recognized.
How can i filter certain hosts with a regex pattern against the hostfield returned by a simple metadata search?

 |metadata type=hosts index=main

I've tried subsearches, and using various patterns such as this with no luck.

rex field=host "(?P<somehost>somepattern)"

Thanks

Tags (2)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Append a regex command:

 ... | regex host="somepattern"

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Append a regex command:

 ... | regex host="somepattern"

sonicZ
Contributor

well that was easy, Thanks. Forgot about using the regex command directly in search.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...