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!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

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