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!

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...

Splunk MCP & Agentic AI: Machine Data Without Limits

Discover how the Splunk Model Context Protocol (MCP) Server can revolutionize the way your organization uses ...