diff --git a/content/en/observability_pipelines/set_up_pipelines/_index.md b/content/en/observability_pipelines/set_up_pipelines/_index.md index 5648f26eba37e..cedd2b67bbb81 100644 --- a/content/en/observability_pipelines/set_up_pipelines/_index.md +++ b/content/en/observability_pipelines/set_up_pipelines/_index.md @@ -23,8 +23,10 @@ further_reading: In Observability Pipelines, a pipeline is a sequential path with three types of components: source, processors, and destinations. The Observability Pipeline [source][1] receives logs from your log source (for example, the Datadog Agent). The [processors][2] enrich and transform your data, and the [destination][3] is where your processed logs are sent. For some templates, your logs are sent to more than one destination. For example, if you use the Archive Logs template, your logs are sent to a cloud storage provider and another specified destination. ## Set up a pipeline + {{< tabs >}} {{% tab "Pipeline UI" %}} + Set up your pipelines and its [sources][1], [processors][2], and [destinations][3] in the Observability Pipelines UI. The general setup steps are: 1. Navigate to [Observability Pipelines][13]. @@ -61,9 +63,10 @@ After you have set up your pipeline, see [Update Existing Pipelines][11] if you [13]: https://app.datadoghq.com/observability-pipelines {{% /tab %}} - {{% tab "API" %}} +