From b8d9bf62a9fe19ae7f03889f0f3f26a8000ce94f Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Wed, 3 Jul 2024 15:49:59 -0700 Subject: [PATCH] Update sql-queries.md One more table heading Signed-off-by: Heather Halter --- _search-plugins/ubi/sql-queries.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_search-plugins/ubi/sql-queries.md b/_search-plugins/ubi/sql-queries.md index 063fd55f04..517c81e1d6 100644 --- a/_search-plugins/ubi/sql-queries.md +++ b/_search-plugins/ubi/sql-queries.md @@ -312,7 +312,7 @@ ubi-demo|33bd0ee2-60b7-4c25-b62c-1aa1580da73c|23f0149a-13ae-4977-8dc9-ef61c449c1 ## List user sessions for users who logged out without submitting any queries -The following query searches for users who don't have an associated `query_id`. Note that this may happen if the client side does not pass the returned query to other events: +The following query searches for users who don't have an associated `query_id`. Note that this may happen if the client side does not pass the returned query to other events. ```sql select @@ -325,6 +325,8 @@ order by EventTotal desc +The following table shows the client ID, session ID, and that there was 1 event,`logout`. + client_id|session_id|EventTotal ---|---|--- 100_15c182f2-05db-4f4f-814f-46dc0de6b9ea|1c36712c-44b8-4fdd-8f0d-fdfeab5bd794_1290|1