Documentation Index

Fetch the complete documentation index at: https://success.panaya.com/llms.txt

Use this file to discover all available pages before exploring further.

Verifying Event Log Monitoring is Enabled

Prev Next

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