Splunk Search

Help Combining 2 regex searches

ssehgal
Explorer

hi,
i have been trying to combine these two searches together. can some one please help combine them.

first search: index=pci_hpd_index device_id=FGT* | regex log_id="4454[4-7]"

second search: index=pci_hpd_index device_id=FGT* | regex log_id="32[0-5][0-4][0-9]"

Tags (1)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

If by combine you mean find events matching at least one of the regular expressions, use the pipe symbol to get a regex "or":

... | regex log_id="(4454[4-7])|(32[0-5][0-4][0-9])"

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

If by combine you mean find events matching at least one of the regular expressions, use the pipe symbol to get a regex "or":

... | regex log_id="(4454[4-7])|(32[0-5][0-4][0-9])"

ssehgal
Explorer

thanks that helped a lot. it works now.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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