Events

Events explorer display

Getting started

Events are records of notable changes relevant for managing and troubleshooting IT operations, such as code deployments, service health, configuration changes, or monitoring alerts.

Datadog Events gives you a consolidated interface to search, analyze, and filter events from any source in one place.

Without any additional setup, Datadog Events automatically gathers events that are collected by the Agent and installed integrations.

More than 100 Datadog integrations support events collection, including Kubernetes, Docker, Jenkins, Chef, Puppet, AWS ECS or Autoscaling, Sentry, and Nagios.

Sending custom events to Datadog

You can also submit your own custom events using the Datadog API, Custom Agent Check, DogStatsD, or the Events Email API.

Exploring Datadog Events

Events explorer and analytics

Use the Events Explorer to aggregate and view events coming into Datadog. Group or filter events by attribute and graphically represent them with event analytics. Use the query syntax to filter events using Boolean and wildcard operators.

Events as a source in dashboards widgets

You can use events as a data source in graph widgets. You can build timeseries, tables, and top list widgets of your event search queries.

For example, check out the Monitor Notifications Overview dashboard, which analyzes monitor alert event trends to help you improve your configuration and reduce alert fatigue.

Generate custom metrics from events

Generate metrics with 15-month retention from any event search query to create and monitor historical events and alerts.

Image of metrics with the events search query.

Normalize and enrich events with processing pipelines

A processor runs data-structuring actions on events attributes when they are ingested. A pipeline is composed of one or multiple processors executed sequentially. With event processing pipelines, you can:

  • Normalize disparate sources of events by remapping attributes. For example, use the same reserved service tags everywhere.
  • Enrich events with external data saved in a Reference Table (beta). For example, map a service name with your service directory to enrich events with team ownership information, links to dashboards, or links to documentation.

To add and configure event processing pipelines, see the Enrich & Normalize tab of Event Management. If you need further help, contact Datadog support.

Learn more about processing pipelines.

Further Reading