Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To help build your pipelines and transfer pipeline configurations across Datadog
{{< img src="observability_pipelines/export_pipeline/import_access.png" alt="The settings menu showing Import Pipeline" style="width:100%;" >}}
1. Choose a pipeline configuration as a JSON file from your computer.
{{< img src="observability_pipelines/export_pipeline/import_select.png" alt="The import modal giving the option to select a JSON file" style="width:100%;" >}}
1. Click Import. This replaces your current pipeline configuration with the imported JSON's pipeline configuration.
1. Click Import. This replaces your current pipeline configuration with the imported JSON's pipeline configuration.
1. [Install the Observability Pipelines Worker and deploy your pipeline using the UI][8].

## Further reading
Expand All @@ -95,4 +95,4 @@ To help build your pipelines and transfer pipeline configurations across Datadog
[5]: https://docs.datadoghq.com/api/latest/observability-pipelines/#update-a-pipeline
[6]: /observability_pipelines/packs/
[7]: /observability_pipelines/configuration/install_the_worker/#api-or-terraform-pipeline-setup
[8]: https://docs.datadoghq.com/observability_pipelines/configuration/install_the_worker/?tab=docker#pipeline-ui-setup
[8]: https://docs.datadoghq.com/observability_pipelines/configuration/install_the_worker/?interface=ui&platform=docker&secrets_source=secrets_management
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ backend_config:
aws_region: <region_name>
```

[1]: /observability_pipelines/configuration/install_the_worker/?tab=docker#install-the-worker
[1]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=docker&secrets_source=secrets_management
[2]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/

{{% /tab %}}
Expand All @@ -64,7 +64,7 @@ bootstrap:
aws_region: <region_name>
```

[1]: /observability_pipelines/configuration/install_the_worker/?tab=kubernetes#install-the-worker
[1]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=kubernetes&secrets_source=secrets_management
[2]: https://github.com/DataDog/helm-charts/blob/main/charts/observability-pipelines-worker/values.yaml#L46

{{% /tab %}}
Expand Down Expand Up @@ -106,7 +106,7 @@ secret:
aws_region: <region_name>
```

[1]: /observability_pipelines/configuration/install_the_worker/?tab=docker#install-the-worker
[1]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=docker&secrets_source=secrets_management
[2]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/

{{% /tab %}}
Expand All @@ -123,7 +123,7 @@ bootstrap:
aws_region: <region_name>
```

[1]: /observability_pipelines/configuration/install_the_worker/?tab=kubernetes#install-the-worker
[1]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=kubernetes&secrets_source=secrets_management
[2]: https://github.com/DataDog/helm-charts/blob/main/charts/observability-pipelines-worker/values.yaml#L46

{{% /tab %}}
Expand Down Expand Up @@ -152,7 +152,7 @@ backend_config:
keyvaulturl: <key_vault_url>
```

[1]: /observability_pipelines/configuration/install_the_worker/?tab=docker#install-the-worker
[1]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=docker&secrets_source=secrets_management
[2]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/

{{% /tab %}}
Expand All @@ -168,7 +168,7 @@ bootstrap:
keyvaulturl: <key_vault_url>
```

[1]: /observability_pipelines/configuration/install_the_worker/?tab=kubernetes#install-the-worker
[1]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=kubernetes&secrets_source=secrets_management
[2]: https://github.com/DataDog/helm-charts/blob/main/charts/observability-pipelines-worker/values.yaml#L46

{{% /tab %}}
Expand Down Expand Up @@ -229,7 +229,7 @@ secret:
# ... additional session settings
```

[1]: /observability_pipelines/configuration/install_the_worker/?tab=docker#install-the-worker
[1]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=docker&secrets_source=secrets_management
[2]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/

{{% /tab %}}
Expand All @@ -250,7 +250,7 @@ bootstrap:
# ... additional session settings
```

[1]: /observability_pipelines/configuration/install_the_worker/?tab=kubernetes#install-the-worker
[1]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=kubernetes&secrets_source=secrets_management
[2]: https://github.com/DataDog/helm-charts/blob/main/charts/observability-pipelines-worker/values.yaml#L46

{{% /tab %}}
Expand Down Expand Up @@ -287,7 +287,7 @@ Create the file `/path/to/json/file.json` to store the identifiers and their sec
}
```

[1]: /observability_pipelines/configuration/install_the_worker/?tab=docker#install-the-worker
[1]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=docker&secrets_source=secrets_management
[2]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/


Expand Down Expand Up @@ -338,7 +338,7 @@ us1_api: "<api_key>"
secret_identifier1: "<secret1>"
```

[1]: /observability_pipelines/configuration/install_the_worker/?tab=docker#install-the-worker
[1]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=docker&secrets_source=secrets_management
[2]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/

{{% /tab %}}
Expand Down Expand Up @@ -391,7 +391,7 @@ kubectl exec <pod_name> -- kill -HUP 1

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html
[2]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html
[3]: /observability_pipelines/configuration/install_the_worker/?tab=docker#install-the-worker
[3]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=docker&secrets_source=secrets_management
[4]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html
[5]: https://developer.hashicorp.com/
[6]: https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#configure-all-key-value-pairs-in-a-secret-as-container-environment-variables
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ See [Advanced Worker Configurations][5] for bootstrapping options.

1. You can use the [datadog_observability_pipeline][10] module to create a pipeline using Terraform.

1. After creating the pipeline, [install the Worker][7] to send data through the pipeline.
1. After creating the pipeline, [install the Worker][16] to send data through the pipeline.
- See [Environment Variables][9] for the list of environment variables you need for the different sources, processor, and destinations when you install the Worker.

Use the [datadog_observability_pipeline][10] module to make any changes to an existing pipeline.
Expand Down Expand Up @@ -187,11 +187,12 @@ To delete a pipeline in the UI:
[4]: https://app.datadoghq.com/observability-pipelines
[5]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/
[6]: /api/latest/observability-pipelines/#create-a-new-pipeline
[7]: /observability_pipelines/configuration/install_the_worker/?tab=docker#api-or-terraform-pipeline-setup
[7]: /observability_pipelines/configuration/install_the_worker/?interface=api&platform=docker&secrets_source=secrets_management
[8]: /api/latest/observability-pipelines/#update-a-pipeline
[9]: /observability_pipelines/guide/environment_variables/
[10]: https://registry.terraform.io/providers/DataDog/datadog/latest/docs
[11]: /observability_pipelines/configuration/update_existing_pipelines/?
[12]: /observability_pipelines/configuration/install_the_worker/
[13]: /monitors/types/metric/
[14]: /observability_pipelines/configuration/export_pipeline_configuration/
[16]: /observability_pipelines/configuration/install_the_worker/?interface=terraform&platform=docker&secrets_source=secrets_management
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ Worker version 2.7.0 gives you access to the following:
[34]: /observability_pipelines/destinations/datadog_metrics/?tab=secretsmanagement
[35]: /observability_pipelines/processors/filter/?tab=metrics
[36]: /observability_pipelines/processors/tag_control/metrics
[37]: /observability_pipelines/configuration/install_the_worker/?tab=kubernetes#upgrade-the-worker
[37]: /observability_pipelines/configuration/install_the_worker/?interface=ui&platform=kubernetes&secrets_source=secrets_management#upgrade-the-worker
[38]: https://hub.docker.com/r/datadog/observability-pipelines-worker/tags?name=2.14.0
[39]: https://hub.docker.com/r/datadog/observability-pipelines-worker/tags?name=2.13.2
[40]: https://hub.docker.com/r/datadog/observability-pipelines-worker/tags?name=2.15.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ After your Logpush job has been successfully created, you can view your Cloudfla
[1]: https://www.cloudflare.com/en-in/ips/
[2]: https://app.datadoghq.com/observability-pipelines
[3]: /observability_pipelines/sources/http_server/?tab=secretsmanagement#secret-defaults
[4]: /observability_pipelines/configuration/install_the_worker/?tab=docker#pipeline-ui-setup
[4]: /observability_pipelines/configuration/install_the_worker/
[5]: https://developers.cloudflare.com/logs/logpush/logpush-job/enable-destinations/http/
[6]: https://app.datadoghq.com/logs
[7]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/
2 changes: 1 addition & 1 deletion content/en/observability_pipelines/sources/okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ After configuring the Amazon EventBridge, you can view your Okta logs in [Log Ex

[1]: https://app.datadoghq.com/observability-pipelines
[2]: /observability_pipelines/sources/http_server/?tab=secretsmanagement#secret-defaults
[3]: /observability_pipelines/configuration/install_the_worker/?tab=docker#pipeline-ui-setup
[3]: /observability_pipelines/configuration/install_the_worker/
[4]: https://help.okta.com/en-us/content/topics/reports/log-streaming/add-aws-eb-log-stream.htm
[5]: /observability_pipelines/configuration/install_the_worker/advanced_worker_configurations/
[6]: https://app.datadoghq.com/logs
Loading