# Feature Tutorial: Event Orchestration

Defines rules that enrich, route, suppress, or trigger automated actions on inbound events globally or per service before they become incidents.

Every event that reaches PagerDuty needs to end up in the right place, with the right context, and sometimes with an automated fix already underway — but hand-managing that logic across dozens of monitoring tools and services quickly turns into an unmanageable pile of one-off rules.

Event Orchestration is PagerDuty's decision engine for processing inbound events. It lets teams define rules that enrich, route, suppress, or take automated action on events before they ever become an incident — either globally across every service, or scoped to a single service's own Orchestration.

Global Orchestrations apply actions and routing logic across services, so ITOps, SRE, and NOC teams can normalize event data and standardize automation account-wide before it ever reaches a specific service. Service Orchestrations then apply their own rules to events that have been routed to them, giving individual teams fine-grained control over their own event processing. Event Orchestration replaced the older Global and Service Event Rules (rulesets), which reached end-of-life on January 31, 2025; accounts still on the old rulesets can migrate automatically using Push-Button Rule Migration.

## Learn More

**Read more about what Event Orchestration provides**

* [Reduce MTTR and Take Automation to a New Level with PagerDuty Global Event Orchestration](https://www.pagerduty.com/blog/product/global-event-orchestration-generally-available/)

**Watch the product demos and webinars**

* [5-Minute Demo: PagerDuty AIOps Automation and Orchestration](https://www.youtube.com/watch?v=9cajmJ_WVM0)

**Check out the training modules on PDU**

* [(AIOps) Event Orchestration](https://university.pagerduty.com/aiops-event-orchestration)
* [AIOps Knowledge Series](https://university.pagerduty.com/path/aiops-knowledge-series) For a broader context on how Event Orchestration fits into noise reduction and automation.

**Watch the click-through tutorial**

* Coming Soon

**Find the product documentation in our Knowledge Base**

* [Event Orchestration](/ai-and-automation/aiops/event-orchestration)
* [Migrate to Event Orchestration](/ai-and-automation/aiops/migrate-to-event-orchestration)
* [Examples of Event Orchestration](/ai-and-automation/aiops/event-orchestration-examples)

**Using the API?**

Orchestrations are managed via the [Event Orchestrations API](/developer/api/reference#rest/tag/event-orchestrations):
* [List Event Orchestrations](https://developer.pagerduty.com/api-reference/7ba0fe7bdb26a-list-event-orchestrations)

**Managing PagerDuty with Terraform?**

* [pagerduty_event_orchestration](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/event_orchestration)
* [pagerduty_event_orchestration_global](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/event_orchestration_global)
* [pagerduty_event_orchestration_service](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/event_orchestration_service)
* [pagerduty_event_orchestration_router](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/event_orchestration_router)

 Find the full documentation for the PagerDuty Terraform Provider in the [Terraform Registry](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs)
