Verifying Event Log Monitoring is Enabled
- 1 Minute to read
- Print
- PDF
Verifying Event Log Monitoring is Enabled
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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