Activity tab
Contents
The activity tab is a customizable list of events that you've captured. It's great for checking events are being captured, debugging captured events, and being a jumping off point for further analysis. You can expand each event to its specific properties, metadata, raw JSON, and feature flags.


The options for customization on the activity tab include:
Filtering by date, event, properties, and more.
Customizing the columns shown. These can include event properties, person properties, feature flags, and even SQL queries. You can reorder them and set your customization as the default for all project members.
For example, to show an absolute timestamp like Jul 16, 09:12:55, you can add an SQL expression like formatDateTime(toTimeZone($timestamp, 'America/Chicago' ), '%b %d, %H:%i:%s').
Activity views
The activity tab also has multiple views:
PostHog default: Shows a list of events with their person, URL or screen, library, and time.
Project default: Shows a list of events with the configured columns you set.
Event count: Shows each event along with the number of times it's been captured.
Live: Shows a live feed of events as they are captured as well as the number of currently active users. This can be filtered for a specific event or paused.
Terminal live events (posthog-live)
You can also view live PostHog events directly in your terminal using the posthog-live CLI tool.


Installation
Download and install for macOS (Apple Silicon):
For other platforms (Linux, Intel Mac), see the GitHub releases page.
Usage
Run the tool and authenticate via your browser:
Filter events using CLI flags:
Keyboard shortcuts
| Key | Action |
|---|---|
p | Pause/resume event stream |
f | Set event type filter |
d | Set distinct ID filter |
c | Set property columns |
Enter | Open event detail view |
? | Toggle help |
q | Quit |