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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...