---
title: "Verifying Event Log Monitoring is Enabled"
slug: "is-event-log-monitoring-enabled-for-my-sfdc-organization"
updated: 2021-12-29T11:49:32Z
published: 2021-12-29T11:49:32Z
canonical: "success.panaya.com/is-event-log-monitoring-enabled-for-my-sfdc-organization"
---

> ## 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

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

![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1640734579973.png)

![](https://cdn.document360.io/f404076c-de23-4609-848e-2dfd4ef701b0/Images/Documentation/image-1640734586962.png)**See also**

> - [Enable Event Monitoring](https://help.salesforce.com/articleView?id=000228333&amp;type=1)
> - [Get Started with Event Monitoring](https://trailhead.salesforce.com/en/content/learn/modules/event_monitoring/event_monitoring_intro)

## Related

- [Usage Explained](/what-usage-information-is-collected-by-panaya-1.md)
- [Required User Privileges for Metadata Extraction](/required-salesforce-user-privileges-for-metadata-and-usage-extraction.md)
- [Salesforce Authentication](/how-to-setup-salesforce-authentication-with-panaya.md)
