---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Configure Discovery to use Event Framework

# Configure Discovery to use Event Framework {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Configure Discovery to process jobs using the Event Framework method, which enables you to manage discovery throttling effectively and prioritize tasks based on their importance in the queue.

## Vorbereitungen

Confirm the following:

* Discovery Admin Workspace is using version 1.9.0 or later.
* ServiceNow AI Platform is using version XP9, YP4, or later than YP4.

{#t_ConfigureDiscoveryEventFramework__ul_m31_scl_b1c}

Role required: discovery_admin

## Warum und wann dieser Vorgang ausgeführt wird

When not using the Event Framework method, Discovery creates a one-time Schedule Item \[sys_trigger\] record for each External Communication Channel (ECC) queue sensor or pattern input record. After the task is processed, the system scheduler deletes
the sys_trigger. This approach introduces additional overhead and can lead to significant database churn, while offering limited control over how sensors are processed.

The Event Framework reduces database churn by cycling through multiple event tables over time. Instead of deleting old records one by one, it clears out entire tables when they're no longer needed and reuses them. This
approach is much more efficient and helps keep the system running smoothly.

## Prozedur

1. Navigate to AllSystem PropertiesAll Properties.
2. In the System Properties \[sys_properties\] table, select the discovery.use.event.processing property.
3. Set the Value field to true.
4. Select Update.

## Ergebnisse

When an input record is added to the ECC Queue, a business rule is triggered, which fires an event. The system processes these events at regular intervals with a default priority of 100.  
Hinweis:  
To update a job priority, configure the com.glide.queue.discovery.sensors.processing_jobs.priority and com.glide.queue.discovery.cloud.sensors.processing_jobs.priority system properties. For more information, see [Configure the job priority of background workers for Event Framework](https://servicenow-prod.fluidtopics.net/IIELpCpiLsw7gfBP_okbUw "Configure the job priority of background workers to help prevent noncritical tasks from preempting important work, which promotes system efficiency and stability.").
* **[Optimizing Discovery load for Event Framework](https://servicenow-prod.fluidtopics.net/x4NLrIjY0KBWxMD5H~LpIA)**   
  You can optimize Discovery properties to adjust throughput and enhance safety when pinning jobs.

