We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6989226 commit d12496dCopy full SHA for d12496d
.github/README.md
@@ -70,7 +70,7 @@ In order to add Node level metrics collection we can run an additional Otel coll
70
--from-literal=elastic_api_key='YOUR_ELASTICSEARCH_API_KEY'
71
```
72
Don't forget to replace
73
- - `YOUR_ELASTICSEARCH_ENDPOINT`: your Elasticsearch endpoint (example: `1234567.us-west2.gcp.elastic-cloud.com:443`).
+ - `YOUR_ELASTICSEARCH_ENDPOINT`: your Elasticsearch endpoint (*with* `https://` prefix example: `https://1234567.us-west2.gcp.elastic-cloud.com:443`).
74
- `YOUR_ELASTICSEARCH_API_KEY`: your Elasticsearch API Key
75
76
2. Execute the following command to deploy the OpenTelemetry Collector to your Kubernetes cluster:
0 commit comments