Skip to content

Commit

Permalink
Update sourcest list to OP worker instead of Datadog (#19103)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinchen15 authored Jul 25, 2023
1 parent 57c1b23 commit 89501e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/observability_pipelines/setup/datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ The Observability Pipelines Worker Docker image is published to Docker Hub [here
2. Run the following commands to set up the Datadog `deb` repo on your system and create a Datadog archive keyring:
```
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/datadog-archive-keyring.gpg] https://apt.datadoghq.com/ stable observability-pipelines-worker-1' > /etc/apt/sources.list.d/datadog.list"
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/datadog-archive-keyring.gpg] https://apt.datadoghq.com/ stable observability-pipelines-worker-1' > /etc/apt/sources.list.d/datadog-observability-pipelines-worker.list"
sudo touch /usr/share/keyrings/datadog-archive-keyring.gpg
sudo chmod a+r /usr/share/keyrings/datadog-archive-keyring.gpg
curl https://keys.datadoghq.com/DATADOG_APT_KEY_CURRENT.public | sudo gpg --no-default-keyring --keyring /usr/share/keyrings/datadog-archive-keyring.gpg --import --batch
Expand Down
2 changes: 1 addition & 1 deletion content/en/observability_pipelines/setup/splunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ The Observability Pipelines Worker Docker image is published to Docker Hub [here
2. Run the following commands to set up the Datadog `deb` repo on your system and create a Datadog archive keyring:

```
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/datadog-archive-keyring.gpg] https://apt.datadoghq.com/ stable observability-pipelines-worker-1' > /etc/apt/sources.list.d/datadog.list"
sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/datadog-archive-keyring.gpg] https://apt.datadoghq.com/ stable observability-pipelines-worker-1' > /etc/apt/sources.list.d/datadog-observability-pipelines-worker.list"
sudo touch /usr/share/keyrings/datadog-archive-keyring.gpg
sudo chmod a+r /usr/share/keyrings/datadog-archive-keyring.gpg
curl https://keys.datadoghq.com/DATADOG_APT_KEY_CURRENT.public | sudo gpg --no-default-keyring --keyring /usr/share/keyrings/datadog-archive-keyring.gpg --import --batch
Expand Down

0 comments on commit 89501e0

Please sign in to comment.