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" %}} +
Creating pipelines using the Datadog API is in Preview. Fill out the form to request access.
+ You can use Datadog API to [create a pipeline][1]. After the pipeline has been created, [install the Worker][2] to start sending logs through the pipeline. Pipelines created using the API are read-only in the UI. Use the [update a pipeline][3] endpoint to make any changes to an existing pipeline. @@ -75,6 +78,8 @@ Pipelines created using the API are read-only in the UI. Use the [update a pipel {{% /tab %}} {{% tab "Terraform" %}} +
Creating pipelines using Terraform is in Preview. Fill out the form to request access.
+ You can use the [datadog_observability_pipeline][1] module to create a pipeline using Terraform. After the pipeline has been created, [install the Worker][2] to start sending logs through the pipeline. Pipelines created using Terraform are read-only in the UI. Use the [datadog_observability_pipeline][1] module to make any changes to an existing pipeline.