> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corporatelabs.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

> Inspect sensor activity in the CorporateLabs console.

**Events** are the records your sensors send when something happens: a process start, a network connection observed by intercept, CI activity, and so on.

Open [Events](https://console.corporatelabs.ai/events) in the console to browse recent activity for your organization.

## What you will see

Typical columns include:

| Field        | Meaning                                                  |
| ------------ | -------------------------------------------------------- |
| Time         | When the event was recorded                              |
| Type         | Event kind (for example process or network related)      |
| Installation | Which enrolled machine/credentials produced it           |
| Asset        | Optional label if you set `CLABS_ASSET_ID` / `-asset-id` |
| Summary      | Short description of what happened                       |

Exact columns may evolve; use the table headers in the live console as source of truth.

## Filters

Use the Events page filters to narrow the feed:

* **Installation** — one enrolled machine
* **Type** — event kind
* **Asset** — optional asset id you stamped on the sensor

Combine filters to answer questions like “what did this laptop do in the last hour?” or “show only intercept traffic for asset `demo-box`.”

## Empty feed?

If Events is empty:

1. Confirm the installation exists and is not revoked
2. Confirm `clabs` is installed and configured (`~/.config/clabs/`)
3. Run a sensor that emits activity (`clabs discover`, `clabs intercept`, or CI via `github.sh`)
4. Refresh the Events page

See [Troubleshooting](/reference/troubleshooting) for more.

## Related

* [Installations](/console/installations)
* [Intercept](/guides/intercept)
* [Environment variables](/reference/environment)
