Skip to content

Instantly share code, notes, and snippets.

@MelissaKaulfuss
Last active November 28, 2018 03:51
Show Gist options
  • Save MelissaKaulfuss/f2c33ebfe777e4124e9aa1f2eca8bacb to your computer and use it in GitHub Desktop.
Save MelissaKaulfuss/f2c33ebfe777e4124e9aa1f2eca8bacb to your computer and use it in GitHub Desktop.
Request for click logs – how to tell if a customer saw the confirmation page multiple times
  • Log into splunk
  • Grab the booking aggregate ID
  • In splunk search within the date range of the booking and with the search params /hotels/bookings/agg-id
  • You'll see a bunch of json renderered logs
  • You're looking for the bookings/controller rendering HTML (this means the polling stopped and the response was recieved and rendered)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment