Splunk Search

How to export several GUIDs from the traceids obtained?

MadocHuang
New Member

Hi community,

I can get 2126 events in the past 7 days with the following statement.

index=* "*Error Sending SMS : org.springframework.web.client.HttpServerErrorException: 500 Internal Server Error*"

 

 

1.png

One of the traceid in the events is traceid3312e53cb50bfe4c.

And with the traceid I get from the above events,  I enter the following statement in the search box and search.

index=* 3312e53cb50bfe4c

 

 


What I want is 010d8aff-16a8-4f69-82ea-59484741432e under cf_app_name: user-profile-metadata-prod, which is the GUID I mentioned in the title.

2.jpg

The question is that there are 2126 traceids, how do I get out these "GET /api/users/v2/<GUIDs> " from traceids ? 

Best regards,
Madoc

Labels (4)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

 

| rex "GET /api/users/v3/(?<guid>[^/]+)"

 

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Event Series: Level up your SOC: Advancing with Splunk Enterprise Security

AI has fundamentally raised the stakes for security operations, and this three-part series is your guide to ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...