All Apps and Add-ons

How to implement Multi-Matching?

dijikul
Communicator

Within one event I have several XML tags that require encryption.

Reviewing the Python code in this implementation, it's looking for the first match on each line, which results in only the first XML tag being encrypted.

It's a bit beyond me to know how I could refactor so that if I provided a match-all-XML-tags regular expression, each tag would get appropriately encrypted, but that's what I'm looking to achieve.

Thanks for the help!

0 Karma

DalJeanis
Legend

If the python code is doing this using a regular expression of the form "s/something/somethingelse/" then just add a g after the second slash and it will do them all. (Test carefully).

0 Karma
Get Updates on the Splunk Community!

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...