|
28 | 28 | •
|
29 | 29 | <a href="docs/components.md">Components</a>
|
30 | 30 | •
|
31 |
| - <a href="docs/monitoring.md">Monitoring</a> |
| 31 | + <a href="https://docs.splunk.com/observability/en/gdi/opentelemetry/opentelemetry.html#otel-monitoring">Monitoring</a> |
32 | 32 | •
|
33 |
| - <a href="docs/security.md">Security</a> |
| 33 | + <a href="https://docs.splunk.com/Observability/gdi/opentelemetry/security.html">Security</a> |
34 | 34 | •
|
35 |
| - <a href="docs/sizing.md">Sizing</a> |
| 35 | + <a href="https://docs.splunk.com/Observability/gdi/opentelemetry/sizing.html">Sizing</a> |
36 | 36 | •
|
37 | 37 | <a href="docs/troubleshooting.md">Troubleshooting</a>
|
38 | 38 | </strong>
|
@@ -85,18 +85,18 @@ The following resources are available:
|
85 | 85 |
|
86 | 86 | - [Architecture](docs/architecture.md): How the Collector can be deployed
|
87 | 87 | - [Components](docs/components.md): What the Collector supports with links to documentation
|
88 |
| -- [Monitoring](docs/monitoring.md): How to ensure the Collector is healthy |
89 |
| -- [Security](docs/security.md): How to ensure the Collector is secure |
90 |
| -- [Sizing](docs/sizing.md): How to ensure the Collector is properly sized |
| 88 | +- [Monitoring](https://docs.splunk.com/observability/en/gdi/opentelemetry/opentelemetry.html#otel-monitoring): How to ensure the Collector is healthy |
| 89 | +- [Security](https://docs.splunk.com/Observability/gdi/opentelemetry/security.html): How to ensure the Collector is secure |
| 90 | +- [Sizing](https://docs.splunk.com/Observability/gdi/opentelemetry/sizing.html): How to ensure the Collector is properly sized |
91 | 91 | - [Troubleshooting](docs/troubleshooting.md): How to resolve common issues
|
92 | 92 |
|
93 | 93 | All you need to get started is:
|
94 | 94 |
|
95 | 95 | - [Splunk Access Token](https://docs.splunk.com/observability/admin/authentication/authentication-tokens/org-tokens.html)
|
96 | 96 | - [Splunk Realm](https://dev.splunk.com/observability/docs/realms_in_endpoints/)
|
97 |
| -- [Agent or Gateway mode](docs/agent-vs-gateway.md) |
| 97 | +- [Agent or Gateway mode](https://docs.splunk.com/Observability/gdi/opentelemetry/deployment-modes.html) |
98 | 98 | - [Confirm exposed
|
99 |
| - ports](https://github.com/signalfx/splunk-otel-collector/blob/main/docs/security.md#exposed-endpoints) |
| 99 | + ports](https://docs.splunk.com/Observability/gdi/opentelemetry/exposed-endpoints.html) |
100 | 100 | to make sure your environment doesn't have conflicts and that firewalls are
|
101 | 101 | configured properly. Ports can be changed in the collector's configuration.
|
102 | 102 |
|
@@ -255,7 +255,7 @@ In order to use the upstream OpenTelemetry Collector:
|
255 | 255 | - Properly configure the Collector for your particular metrics, traces, and logs use cases, as only a minimal default configuration is provided by the contrib release.
|
256 | 256 |
|
257 | 257 | An example configuration for upstream, that ensures [infrastructure
|
258 |
| -correlation](https://github.com/signalfx/splunk-otel-collector/blob/main/docs/apm-infra-correlation.md) |
| 258 | +correlation](https://docs.splunk.com/observability/en/metrics-and-metadata/relatedcontent-collector-apm.html) |
259 | 259 | is properly configured, is available
|
260 | 260 | [here](https://github.com/signalfx/splunk-otel-collector/blob/main/cmd/otelcol/config/collector/upstream_agent_config.yaml).
|
261 | 261 | <!--PRODUCT_DOCS-->
|
|
0 commit comments