Splunk Search

Regex search through splunk

vplunk
Explorer

Is there a method to do "AND" while writing regex instead of "OR" . As when i write a reg and add to regex _raw="expression". Since using "|" its matching a lot of similar logs . 

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

It would help to see some example data and your current query.  However, you may accomplish your goal using where instead of regex.

... | where (match(_raw, "expression") AND match(_raw, "other expression")

 

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

It would help to see some example data and your current query.  However, you may accomplish your goal using where instead of regex.

... | where (match(_raw, "expression") AND match(_raw, "other expression")

 

---
If this reply helps you, Karma would be appreciated.

vplunk
Explorer

Thank you and it worked .. 

Tags (1)
0 Karma
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 ...