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*"
One of the traceid in the events is traceid: 3312e53cb50bfe4c.
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.
The question is that there are 2126 traceids, how do I get out these "GET /api/users/v2/<GUIDs> " from traceids ?
Best regards,
Madoc
| rex "GET /api/users/v3/(?<guid>[^/]+)"