Hello,
So I'm logging xml requests and responses as raw strings into splunk. To get the responses searching, among other things, the following string:
>response</
This results of this will have a value that will help me link them to the request associated to that response. My question is, how can I search for the requests associated to those specific results.
So for example, my first query returns 100 responses with different unique "RequestID", how do i find the 100 requests that have that "RequestID".
Thanks
... View more