Skip to content

Commit

Permalink
apply suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maycmlee committed May 9, 2024
1 parent 55e0656 commit 7536d80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/en/observability_pipelines/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The Datadog UI provides a control plane to manage your Observability Pipelines W

## Get started

1. [Set up environment variables for the Observability Pipelines Worker][1].
1. [Set up bootstrap options for the Observability Pipelines Worker][1].
1. Navigate to [Observability Pipelines][2].
1. Select a use case:
- [Log volume control][3]
Expand Down
7 changes: 5 additions & 2 deletions content/en/observability_pipelines/setup_opw.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ further_reading:

Bootstrap the Observability Pipelines Worker within your infrastructure before you set up a pipeline. These environment variables are separate from the options in the pipelines configuration file.

## Environment variables
## Bootstrap Options

All configuration file paths specified remotely need to be under `DD_OP_DATA_DIR/config`.
To set bootstrap options, do one of the following:
- Use environmental variables.
- Create a `bootstrap.yaml` and start the Worker instance with `--bootstrap-config /path/to/bootstrap.yaml`.

`api_key`
: env var: `DD_API_KEY`
Expand All @@ -47,6 +49,7 @@ All configuration file paths specified remotely need to be under `DD_OP_DATA_DIR
`data_dir`
: env var: `DD_OP_DATA_DIR`
: The data directory (optional, default: `/var/lib/observability-pipelines-worker`). This is the file system directory that the Observability Pipelines Worker uses for local state.
: **Note**: All configuration file paths specified remotely need to be under `DD_OP_DATA_DIR/config`.

`tags: []`
: env var: `DD_OP_TAGS`
Expand Down

0 comments on commit 7536d80

Please sign in to comment.