Hi,
I have a table like this:
userID is_successful version
userA true 1.1
userA true 1.3
userB true 1.3
userB true 1.1
userC true 1.1
userC false 1.1
My application sends data to Splunk with userID and whether a particular event was a success or not.
I'd like to see the % of distinct users for which that event has failed for every version of the application.
Thanks in advance.
... View more