All Apps and Add-ons

Splunk and SOAP

splunkit2010
Explorer

Does Splunk consume SOAP ?

Tags (1)
0 Karma

Paolo_Prigione
Builder

Splunk can index SOAP envelopes: they are just plain text. For instance, you could set jboss to trace the soap requests it is serving to file, then collect it with splunk.

You could assign that data a sourcetype which has the props.conf's **KV_MODE=xml** setting to automatically extract the fields at search time. Also, you could use multiple SEDCMD configs to strip the SOAP tags rightaway (unless you like to report on the xmlns you are using the most 🙂

0 Karma

Ayn
Legend

In which way were you thinking?

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

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