diff --git a/README.md b/README.md index 10b57889b..dbfccd8c0 100644 --- a/README.md +++ b/README.md @@ -597,6 +597,14 @@ Everyone loves JSON - so to make it easy to see a JSON version of a `Log__c` rec --- +### Real-Time Monitoring with Log Entry Event Stream + +Within Logger Console app, the Log Entry Event Stream tab provides real-time monitoring of `LogEntryEvent__e` platform events. Simply open the tab to start monitoring, and use the filters to further refine with `LogEntryEvent__e` records display in the stream. + +![Log Entry Event Stream](./content/log-entry-event-stream.png) + +--- + ### View Related Log Entries on a Record Page Within App Builder, admins can add the 'Related Log Entries' lightning web component (lwc) to any record page. Admins can also control which columns are displayed be creating & selecting a field set on `LogEntry__c` with the desired fields. diff --git a/content/log-entry-event-stream.png b/content/log-entry-event-stream.png new file mode 100644 index 000000000..ed4f22531 Binary files /dev/null and b/content/log-entry-event-stream.png differ