Splunk Search

Map search

BhuvanM
New Member

Hi,

I am using below query to search all correlation ID based on a search string and get the SOAPResponse using map search, But this is returning a partial search results. Is my query looks good ?

index=pivotal sourcetype=ApplicationTest "SearchString" CorrelationId="*" | table CorrelationId | map search="search index=pivotal sourcetype=ApplicationTest $CorrelationId$ SOAPResponse"

Thanks, Bhuvan.

 

Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try something like:

index=pivotal sourcetype=ApplicationTest ("SearchString" OR "SOAPResponse") CorrelationId="*"
| stats values(*) as * by CorrelationId
| search "SearchString"
0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...