Skip to content

Commit 1a288a6

Browse files
authored
Remove old doc pages, point to docs directly (#5524)
1 parent ad6dd81 commit 1a288a6

File tree

10 files changed

+12
-42
lines changed

10 files changed

+12
-42
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
  •  
2929
<a href="docs/components.md">Components</a>
3030
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
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>
3232
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
33-
<a href="docs/security.md">Security</a>
33+
<a href="https://docs.splunk.com/Observability/gdi/opentelemetry/security.html">Security</a>
3434
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
35-
<a href="docs/sizing.md">Sizing</a>
35+
<a href="https://docs.splunk.com/Observability/gdi/opentelemetry/sizing.html">Sizing</a>
3636
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
3737
<a href="docs/troubleshooting.md">Troubleshooting</a>
3838
</strong>
@@ -85,18 +85,18 @@ The following resources are available:
8585

8686
- [Architecture](docs/architecture.md): How the Collector can be deployed
8787
- [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
9191
- [Troubleshooting](docs/troubleshooting.md): How to resolve common issues
9292

9393
All you need to get started is:
9494

9595
- [Splunk Access Token](https://docs.splunk.com/observability/admin/authentication/authentication-tokens/org-tokens.html)
9696
- [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)
9898
- [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)
100100
to make sure your environment doesn't have conflicts and that firewalls are
101101
configured properly. Ports can be changed in the collector's configuration.
102102

@@ -255,7 +255,7 @@ In order to use the upstream OpenTelemetry Collector:
255255
- 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.
256256

257257
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)
259259
is properly configured, is available
260260
[here](https://github.com/signalfx/splunk-otel-collector/blob/main/cmd/otelcol/config/collector/upstream_agent_config.yaml).
261261
<!--PRODUCT_DOCS-->

deployments/ansible/roles/collector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Observability Cloud](https://www.splunk.com/en_us/observability.html).
88

99
- [Splunk Access Token](https://docs.splunk.com/observability/admin/authentication/authentication-tokens/org-tokens.html)
1010
- [Splunk Realm](https://dev.splunk.com/observability/docs/realms_in_endpoints/)
11-
- [Double-check exposed ports](https://github.com/signalfx/splunk-otel-collector/blob/main/docs/security.md#exposed-endpoints)
11+
- [Double-check exposed ports](https://docs.splunk.com/observability/en/gdi/opentelemetry/exposed-endpoints.html)
1212
to make sure your environment doesn't have conflicts. Ports can be changed in the collector's configuration.
1313

1414
## Usage

deployments/chef/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://www.splunk.com/en_us/observability.html).
99

1010
- [Splunk Access Token](https://docs.splunk.com/observability/admin/authentication/authentication-tokens/org-tokens.html)
1111
- [Splunk Realm](https://dev.splunk.com/observability/docs/realms_in_endpoints/)
12-
- [Double-check exposed ports](https://github.com/signalfx/splunk-otel-collector/blob/main/docs/security.md#exposed-endpoints)
12+
- [Double-check exposed ports](https://docs.splunk.com/observability/en/gdi/opentelemetry/exposed-endpoints.html)
1313
to make sure your environment doesn't have conflicts. Ports can be changed in the collector's configuration.
1414

1515
## Linux

deployments/salt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Currently, the following Linux distributions and versions are supported:
1717

1818
- [Splunk Access Token](https://docs.splunk.com/observability/admin/authentication/authentication-tokens/org-tokens.html)
1919
- [Splunk Realm](https://dev.splunk.com/observability/docs/realms_in_endpoints/)
20-
- [Double-check exposed ports](https://github.com/signalfx/splunk-otel-collector/blob/main/docs/security.md#exposed-endpoints)
20+
- [Double-check exposed ports](https://docs.splunk.com/observability/en/gdi/opentelemetry/exposed-endpoints.html)
2121
to make sure your environment doesn't have conflicts. Ports can be changed in the collector's configuration.
2222

2323
## Usage

docs/agent-vs-gateway.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/apm-infra-correlation.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/glossary.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/monitoring.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/security.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/sizing.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)