hi there!
i am trying to analyze one thing.
scenario:
i have the logs for following actions:
req action 3 times with different id,
resp action 2 times with req id,
if one resp is missing coz' of user close browser
id:0001 req action
id:0001 resp actionid:0002 req action
id:0002 no resp action (user close browser)id:0003 req action
id:0003 resp action
in this situation, how can i analyze no resp action count in kibana visualization?????
has anybody idea for elasticsearch query???
appreciate for any idea.