Glean Collaboration Exercise

icon picker
Validate Query

Screen Shot 2023-03-21 at 3.47.16 PM.png
Screen Shot 2023-03-21 at 3.44.19 PM.png
To test if the Query parser and processor are working correctly check the if the customer has allowed access to the user activity logs for debugging purposes. These logs contain searches and actions done by the customer’s employee in Glean.
GCP storage bucket scio-<projectid>-query-endpoint-access: logs for all search queries made. Each entry has the user identity and the query performed.
Verify that the the search request was authorized and then made it to the Query Endpoint
Keep track of the userId , docId , and searchId to make the rest of the steps easier
The query was then processed in the Query processing app engine service
Query Activity Processing in the Datasource events
Search Index
Query response that was processed through a Ranker
Check the Alerts to detect when there are too many search API calls made to the search endpoint

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.