You are here:
Real-Time Events
Subscribe to real-time Events published by Salesforce to monitor activity in your org. You can store the event data for auditing or reporting purposes. You can also create transaction security policies by using Condition Builder—a point-and-click tool—or Apex code. You can subscribe to this data from an external data system of your choice.
Real-Time events are captures in near real time. This means that there can be a minor delay from when the event occurred and when you can query it. You can monitor the near-real-time nature of your events. Take the average difference between the EventDate and the CreatedDate fields to see when your events were captured.
- Stream and Store Event Data
Explore how you can use the objects in Real-Time Event Monitoring to stream and store event data. - How Chunking Works with ReportEvent and ListViewEvent
Chunking occurs when a report or list view execution returns many records and Salesforce splits the returned data into chunks. - Salesforce Platform Events Connector (Beta)
The Salesforce Platform Event Connector lets organizations easily stream event data from Salesforce Real-Time Event Monitoring to Data 360. This helps analyze user patterns for proactive security and meeting compliance needs. - Create Logout Event Triggers
If the LogoutEventStream object is available to your org, you can create Apex triggers that respond to security logout events from your org’s UI.

