โ† Glean-ia-acs ยท Day 26 of 56
Level 300 โ€” Power user30 minNIST MAP

Cross-App Investigation

Tracing one topic across systems via the Enterprise Graph

You'll be able to

Read first

Day 5 Lab

  1. Choose one entity to investigate โ€” a project, an incident, or a customer.
  2. Run the topic query unscoped and note which apps surfaced hits.
  3. Scope to each app in turn (app:gdrive, app:slack, app:jira) and read that system's slice.
  4. Assemble the slices into a timeline: decision โ†’ discussion โ†’ execution.
  5. Note any gap where one system has the story and another is silent โ€” that gap is a finding.

Working Example: One Topic, Several Systems

The graph relates an entity to signals scattered across apps. Scope to each app to read its view, then stitch the views into one narrative. Verified against enterprise_graph.

Entity: incident "INC-204"

  app:gdrive   incident INC-204   โ†’ the postmortem doc (the decisions)
  app:slack    incident INC-204   โ†’ the #incident channel (the live debate)
  app:jira     incident INC-204   โ†’ the remediation tickets (the follow-up work)

Stitch them in time order:
  Slack (what happened, live) โ†’ Jira (what we committed to fix)
                              โ†’ Drive (what we concluded, written up)
A silent system is itself a signal: no tickets means no follow-up was filed.

Check for understanding

Pick one topic and name the order of apps you'd check to reconstruct its full story, and why that order.

Check yourself

Pick an answer โ€” you'll see if it's right and why.

1. When stacking operators on a 500-result query, how do you know which constraint did the real work?

2. You're exploring an unfamiliar result set and don't yet know which apps have hits. What's the better tool?

3. A trusted document ranks at #8. What's the honest way to investigate the ranking?

4. What three things must a written search recipe include so a teammate reproduces your exact result set?

5. Which question best justifies Glean's multi-step thinking mode over a quick answer?

Pass threshold 80% ยท week 4 quiz

In 10 seconds

โ€œA real story rarely lives in one app. Anchor on the entity in the graph, then walk it app by app โ€” the decision in docs, the debate in Slack, the work in tickets.โ€

Next ยท Week 4 Day 6
Assistant Thinking Mode