Skip to content

Commit ce072ea

Browse files
replace apm-agent-ruby asciidocalypse links
1 parent 55b5400 commit ce072ea

26 files changed

+46
-45
lines changed

docset.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cross_links:
1515
- apm-agent-nodejs
1616
- apm-agent-php
1717
- apm-agent-python
18+
- apm-agent-ruby
1819
- apm-agent-rum-js
1920
- apm-aws-lambda
2021
- apm-k8s-attacher

raw-migrated-files/docs-content/serverless/observability-apm-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ To send APM data to Elastic, you must install an APM agent and configure it to s
412412

413413
**Learn more in the {{apm-agent}} reference**
414414

415-
* [Supported technologies](asciidocalypse://docs/apm-agent-ruby/docs/reference/supported-technologies.md)
416-
* [Advanced configuration](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md)
415+
* [Supported technologies](apm-agent-ruby://reference/supported-technologies.md)
416+
* [Advanced configuration](apm-agent-ruby://reference/configuration.md)
417417

418418
</div>
419419
<div tabindex="0" role="tabpanel" id="apm-apm-get-started-opentelemetry-panel" aria-labelledby="apm-apm-get-started-opentelemetry-button" hidden="">

raw-migrated-files/docs-content/serverless/observability-ecs-application-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To set up log ECS reformatting:
4242
Log ECS reformatting is controlled by the `log_ecs_reformatting` configuration option, and is disabled by default. Refer to the guide for your framework for information on enabling:
4343

4444
* [Java](apm-agent-java://reference/config-logging.md#config-log-ecs-reformatting)
45-
* [Ruby](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-log-ecs-formatting)
45+
* [Ruby](apm-agent-ruby://reference/configuration.md#config-log-ecs-formatting)
4646
* [Python](apm-agent-python://reference/configuration.md#config-log_ecs_reformatting)
4747

4848

raw-migrated-files/docs-content/serverless/observability-plaintext-application-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Learn about correlating plaintext logs in the agent-specific ingestion guides:
390390
* [.NET](apm-agent-dotnet://reference/logs.md)
391391
* [Node.js](apm-agent-nodejs://reference/logs.md)
392392
* [Python](apm-agent-python://reference/logs.md#log-correlation-ids)
393-
* [Ruby](asciidocalypse://docs/apm-agent-ruby/docs/reference/logs.md)
393+
* [Ruby](apm-agent-ruby://reference/logs.md)
394394

395395

396396
## View logs [observability-plaintext-application-logs-view-logs]

solutions/observability/apps/api-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can now apply your newly created API keys in the configuration of each of yo
114114
* **Node.js agent**: [`apiKey`](apm-agent-nodejs://reference/configuration.md#api-key)
115115
* **PHP agent**: [`api_key`](apm-agent-php://reference/configuration-reference.md#config-api-key)
116116
* **Python agent**: [`api_key`](apm-agent-python://reference/configuration.md#config-api-key)
117-
* **Ruby agent**: [`api_key`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-api-key)
117+
* **Ruby agent**: [`api_key`](apm-agent-ruby://reference/configuration.md#config-api-key)
118118

119119

120120
## Alternate API key creation methods [apm-configure-api-key-alternative]

solutions/observability/apps/apm-agent-central-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Python agent
5656
: [Configuration reference](apm-agent-python://reference/configuration.md)
5757

5858
Ruby agent
59-
: [Configuration reference](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md)
59+
: [Configuration reference](apm-agent-ruby://reference/configuration.md)
6060

6161
Real User Monitoring (RUM) agent
6262
: [Configuration reference](apm-agent-rum-js://reference/configuration.md)

solutions/observability/apps/apm-agent-tls-communication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When the APM server uses a certificate that is not chained to a publicly-trusted
5757

5858
* **Go agent**: certificate pinning through [`ELASTIC_APM_SERVER_CERT`](apm-agent-go://reference/configuration.md#config-server-cert)
5959
* **Python agent**: certificate pinning through [`server_cert`](apm-agent-python://reference/configuration.md#config-server-cert)
60-
* **Ruby agent**: certificate pinning through [`server_ca_cert`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-ssl-ca-cert)
60+
* **Ruby agent**: certificate pinning through [`server_ca_cert`](apm-agent-ruby://reference/configuration.md#config-ssl-ca-cert)
6161
* **.NET agent**: [`ServerCert`](apm-agent-dotnet://reference/config-reporter.md#config-server-cert)
6262
* **Node.js agent**: custom CA setting through [`serverCaCertFile`](apm-agent-nodejs://reference/configuration.md#server-ca-cert-file)
6363
* **Java agent**: adding the certificate to the JVM `trustStore`. See [APM Server authentication](apm-agent-java://reference/ssl-configuration.md#ssl-server-authentication) for more details.
@@ -69,7 +69,7 @@ We do not recommend disabling {{apm-agent}} verification of the server’s certi
6969
* **Java agent**: [`verify_server_cert`](apm-agent-java://reference/config-reporter.md#config-verify-server-cert)
7070
* **PHP agent**: [`verify_server_cert`](apm-agent-php://reference/configuration-reference.md#config-verify-server-cert)
7171
* **Python agent**: [`verify_server_cert`](apm-agent-python://reference/configuration.md#config-verify-server-cert)
72-
* **Ruby agent**: [`verify_server_cert`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-verify-server-cert)
72+
* **Ruby agent**: [`verify_server_cert`](apm-agent-ruby://reference/configuration.md#config-verify-server-cert)
7373
* **Node.js agent**: [`verifyServerCert`](apm-agent-nodejs://reference/configuration.md#validate-server-cert)
7474

7575

solutions/observability/apps/apm-server-binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ server_url: 'http://localhost:8200'
677677
678678
**Learn more in the agent reference**
679679
680-
* [Supported technologies](asciidocalypse://docs/apm-agent-ruby/docs/reference/supported-technologies.md)
681-
* [Advanced configuration](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md)
680+
* [Supported technologies](apm-agent-ruby://reference/supported-technologies.md)
681+
* [Advanced configuration](apm-agent-ruby://reference/configuration.md)
682682
::::::
683683
684684
::::::{tab-item} RUM

solutions/observability/apps/built-in-data-filters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This setting supports [Central configuration](apm-agent-central-configuration.md
2929
* .NET: [`sanitizeFieldNames`](apm-agent-dotnet://reference/config-core.md#config-sanitize-field-names)
3030
* Node.js: [`sanitizeFieldNames`](apm-agent-nodejs://reference/configuration.md#sanitize-field-names)
3131
* Python: [`sanitize_field_names`](apm-agent-python://reference/configuration.md#config-sanitize-field-names)
32-
* Ruby: [`sanitize_field_names`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-sanitize-field-names)
32+
* Ruby: [`sanitize_field_names`](apm-agent-ruby://reference/configuration.md#config-sanitize-field-names)
3333

3434
Alternatively, you can completely disable the capturing of HTTP headers. This setting also supports [Central configuration](apm-agent-central-configuration.md):
3535

@@ -38,7 +38,7 @@ Alternatively, you can completely disable the capturing of HTTP headers. This se
3838
* .NET: [`CaptureHeaders`](apm-agent-dotnet://reference/config-http.md#config-capture-headers)
3939
* Node.js: [`captureHeaders`](apm-agent-nodejs://reference/configuration.md#capture-headers)
4040
* Python: [`capture_headers`](apm-agent-python://reference/configuration.md#config-capture-headers)
41-
* Ruby: [`capture_headers`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-capture-headers)
41+
* Ruby: [`capture_headers`](apm-agent-ruby://reference/configuration.md#config-capture-headers)
4242

4343

4444
## HTTP bodies [apm-filters-http-body]
@@ -52,7 +52,7 @@ This setting supports [Central configuration](apm-agent-central-configuration.md
5252
* .NET: [`CaptureBody`](apm-agent-dotnet://reference/config-http.md#config-capture-body)
5353
* Node.js: [`captureBody`](apm-agent-nodejs://reference/configuration.md#capture-body)
5454
* Python: [`capture_body`](apm-agent-python://reference/configuration.md#config-capture-body)
55-
* Ruby: [`capture_body`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-capture-body)
55+
* Ruby: [`capture_body`](apm-agent-ruby://reference/configuration.md#config-capture-body)
5656

5757

5858
## Personal data [apm-filters-personal-data]

solutions/observability/apps/custom-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Refer to the relevant agent’s documentation for more information and examples:
3737
* .NET: [Filter API](apm-agent-dotnet://reference/public-api.md#filter-api).
3838
* Node.js: [`addFilter()`](apm-agent-nodejs://reference/agent-api.md#apm-add-filter).
3939
* Python: [custom processors](apm-agent-python://reference/sanitizing-data.md).
40-
* Ruby: [`add_filter()`](asciidocalypse://docs/apm-agent-ruby/docs/reference/api-reference.md#api-agent-add-filter).
40+
* Ruby: [`add_filter()`](apm-agent-ruby://reference/api-reference.md#api-agent-add-filter).
4141

4242

4343
## Tutorial: Use an ingest pipeline to redact sensitive information [apm-filters-ingest-pipeline-tutorial]

0 commit comments

Comments
 (0)