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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...