Dashboards & Visualizations

Best Way to Find if Field Matches a Value in an MV Field

strehb18
Path Finder

Hello,

I am wondering what the best way to find a value in one my fields matches what is in a mv field. I cannot use mv expand and a where due to the storage limit I encounter. Is there a way to show that "match" matches with the values in field2, but "miss" would not. 

strehb18_0-1638993033222.png

 

Labels (2)
Tags (2)
0 Karma

ldongradi_splun
Splunk Employee
Splunk Employee

Try where like. It can compare with any value inside the mv field.

| where field1 LIKE (field2)

 

richgalloway
SplunkTrust
SplunkTrust

Try mvfind

| eval found = mvfind(field2, field1)

 

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

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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