Skip to content

Commit cc4b36f

Browse files
authored
docs(audit-trail): review
1 parent 636f305 commit cc4b36f

File tree

1 file changed

+10
-10
lines changed
  • tutorials/export-audit-trail-to-datadog

1 file changed

+10
-10
lines changed

tutorials/export-audit-trail-to-datadog/index.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This tutorial shows you how to export your Audit Trail events to [DataDog](https
2121
- A Scaleway account logged into the [console](https://console.scaleway.com)
2222
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2323
- Created an [SSH key](/organizations-and-projects/how-to/create-ssh-key/)
24-
- Created an [Instance](/instances/how-to/create-an-instance/)
24+
- Created a Scaleway [Instance](/instances/how-to/create-an-instance/)
2525
- Installed the [OpenTelemetry collector builder](https://opentelemetry.io/docs/collector/custom-collector/#step-1---install-the-builder)
2626
- Created a [Datadog account](https://app.datadoghq.com/account/login) and a [Datadog API key](https://docs.datadoghq.com/account_management/api-app-keys/#api-keys)
2727

@@ -105,7 +105,7 @@ Create a file named `/etc/opentelemetry-collector/config.yaml` and paste the fol
105105
datadog:
106106
idle_conn_timeout: 10s
107107
api:
108-
key: <DD_API_KEY>
108+
key: <DD_API_SECRET_KEY>
109109
site: <DD_SITE>
110110
111111
service:
@@ -118,12 +118,12 @@ Create a file named `/etc/opentelemetry-collector/config.yaml` and paste the fol
118118

119119
Make sure that you replace:
120120

121-
- `SCW_ACCESS_KEY` with your Scaleway API access key
122-
- `SCW_SECRET_KEY` with your Scaleway API secret key
123-
- `SCW_DEFAULT_ORGANIZATION_ID` with your Scaleway Organization ID
124-
- `SCW_DEFAULT_REGION` with the Scaleway region to target
125-
- `DD_API_KEY` with your DataDog API key
126-
- `DD_SITE` with the [DataDog site](https://docs.datadoghq.com/getting_started/site/#access-the-datadog-site) you are on
121+
- `<SCW_ACCESS_KEY>` with your Scaleway API access key
122+
- `<SCW_SECRET_KEY>` with your Scaleway API secret key
123+
- `<SCW_DEFAULT_ORGANIZATION_ID>` with your Scaleway Organization ID
124+
- `<SCW_DEFAULT_REGION>` with the Scaleway region to target
125+
- `<DD_API_KEY>` with your DataDog API secret key
126+
- `<DD_SITE>` with the [DataDog site](https://docs.datadoghq.com/getting_started/site/#access-the-datadog-site) you are on
127127

128128
## Running the Collector
129129

@@ -148,7 +148,7 @@ Make sure that you replace:
148148
systemctl daemon-reload
149149
```
150150

151-
3. Run the following command to enable and start the service:
151+
3. Run the following commands to enable and start the service:
152152

153153
```
154154
systemctl enable opentelemetry-collector.service
@@ -167,7 +167,7 @@ Make sure that you replace:
167167
journalctl -fu opentelemetry-collector.service
168168
```
169169

170-
AN output similar to the following should display to confirm that the Collector is pulling Audit Trail events:
170+
An output similar to the following should display to confirm that the Collector is pulling Audit Trail events:
171171

172172
```
173173
Feb 07 15:34:30 scw-beautiful-zhukovsky otelcol-audit-trail[1723]: 2025-02-07T15:34:30.687Z info [email protected]/receiver.go:80 Polling Audit Trail logs {"kind": "receiver", "name": "scwaudittrail", "data_type": "logs"}

0 commit comments

Comments
 (0)