![]() |
VOOZH | about |
Datadog Event Management Pipelines allow you to process and manage events from various sources efficiently. With pipelines, you can apply various processing rules and filters to customize how events are handled. Pipelines make it easier to manage large volumes of incoming events in a structured way.
Use pipelines to:
Datadog Event Management Pipelines help organizations simplify their monitoring processes, enhance the clarity of their operational insights, and ultimately respond more effectively to incidents and alerts.
With pipelines, events are parsed and enriched by chaining them sequentially through processors. This extracts meaningful information or attributes from semi-structured text. Each event that comes through the pipelines is tested against every pipeline filter. If it matches a filter, then all the processors are applied sequentially before moving to the next pipeline.
Pipelines and processors can be applied to all events and can be configured in the Event Management Pipelines.
Create an Pipeline to filter to the events that you are interested in, for example, a source or a tag.
</> icon. Use the filter to apply pipeline processors to specific events. Note: The pipeline filtering is applied before any of the pipeline’s processors. You cannot filter on an attribute that is extracted in the pipeline itself.You can add processors after you create a pipeline. The processors available are:
Access to Event Management Pipelines is controlled by two permissions:
events_write_pipelines: Allows you to create, edit, and delete pipelines, including modifying pipeline attributes such as filter queries and pipeline ordering.events_write_processors: Allows you to create, edit, and delete processors within a pipeline.Administrators can assign these permissions to roles using Role Based Access Control to control who can modify pipeline and processor configurations.
Additional helpful documentation, links, and articles:
| |