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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...