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!

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!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...