Skip to content

Commit 02de463

Browse files
committed
fix typos
1 parent e19e322 commit 02de463

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/en/observability_pipelines/configuration/install_the_worker/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The Observability Pipelines Worker supports all major Kubernetes distributions,
148148
- For example: `--set env[0].name=DD_OP_SOURCE_DATADOG_AGENT_ADDRESS,env[0].value='0.0.0.0' \`
149149
- See [Environment Variables][4] for a list of source environment variables.
150150
- `<DESTINATION_ENV_VARIABLE>`: The environment variables required by the destinations you are using for your pipeline.
151-
- For example: `--set env[1].name=DD_OP_DESTINATION_SPLUNK_HEC_ENDPOINT_URL,env[2].value='https://hec.splunkcloud.com:8088' \`
151+
- For example: `--set env[1].name=DD_OP_DESTINATION_SPLUNK_HEC_ENDPOINT_URL,env[1].value='https://hec.splunkcloud.com:8088' \`
152152
- See [Environment Variables][4] for a list of destination environment variables.
153153
154154
**Note**: By default, the Kubernetes Service maps incoming port `<SERVICE_PORT>` to the port the Worker is listening on (`<TARGET_PORT>`). If you want to map the Worker's pod port to a different incoming port of the Kubernetes Service, use the following `service.ports[0].port` and `service.ports[0].targetPort` values in the command:

content/en/observability_pipelines/configuration/install_the_worker/advanced_worker_configurations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The following is a list of bootstrap options, their related pipeline environment
100100

101101
## Enable the health check endpoint and the liveness and readiness probes
102102

103-
Configure your load balancer's health check with the `/heath` endpoint to check that the Worker is up and running.
103+
Configure your load balancer's health check with the `/health` endpoint to check that the Worker is up and running.
104104

105105
For Kubernetes, the liveness and readiness probes are already enabled in the [helm chart][9] and [values.yaml][10] file.
106106

@@ -109,7 +109,7 @@ For other installations such as VM-based ones, you must set `DD_OP_API_ENABLED`
109109
```
110110
api:
111111
enabled: true
112-
address: "0.0.0.0.1:8686"
112+
address: "0.0.0.0:8686"
113113
```
114114

115115
## Further reading

0 commit comments

Comments
 (0)