Verifying Event Log Monitoring is Enabled
  • 1 Minute to read
  • Dark
    Light
  • PDF

Verifying Event Log Monitoring is Enabled

  • Dark
    Light
  • PDF

Article Summary

To technically test if an org has Event Log Monitoring Enabled, run the below query on your production org.

SELECT Count(Id), EventType FROM EventLogFile Group by EventType 

All orgs have two types of events enabled with no change - 

  • Login
  • Logout
  • InsecureExternalAssets

If the query returns four or more results (other than the three above) - it means that Event Log Monitoring is Enabled

See also