Skip to content

Commit 9f240fd

Browse files
replace apm-agent-nodejs asciidocalypse links
1 parent 20c55af commit 9f240fd

25 files changed

+54
-53
lines changed

docset.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cross_links:
1212
- apm-agent-go
1313
- apm-agent-ios
1414
- apm-agent-java
15+
- apm-agent-nodejs
1516
- apm-agent-python
1617
- apm-agent-rum-js
1718
- apm-aws-lambda

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ To send APM data to Elastic, you must install an APM agent and configure it to s
175175

176176
**Learn more in the {{apm-agent}} reference**
177177

178-
* [Supported technologies](asciidocalypse://docs/apm-agent-nodejs/docs/reference/supported-technologies.md)
179-
* [Babel/ES Modules](asciidocalypse://docs/apm-agent-nodejs/docs/reference/advanced-setup.md)
180-
* [Advanced configuration](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuring-agent.md)
178+
* [Supported technologies](apm-agent-nodejs://reference/supported-technologies.md)
179+
* [Babel/ES Modules](apm-agent-nodejs://reference/advanced-setup.md)
180+
* [Advanced configuration](apm-agent-nodejs://reference/configuring-agent.md)
181181

182182
</div>
183183
<div tabindex="0" role="tabpanel" id="apm-apm-get-started-php-panel" aria-labelledby="apm-apm-get-started-php-button" hidden="">

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
@@ -388,7 +388,7 @@ Learn about correlating plaintext logs in the agent-specific ingestion guides:
388388
* [Go](apm-agent-go://reference/logs.md)
389389
* [Java](apm-agent-java://reference/logs.md#log-correlation-ids)
390390
* [.NET](apm-agent-dotnet://reference/logs.md)
391-
* [Node.js](asciidocalypse://docs/apm-agent-nodejs/docs/reference/logs.md)
391+
* [Node.js](apm-agent-nodejs://reference/logs.md)
392392
* [Python](apm-agent-python://reference/logs.md#log-correlation-ids)
393393
* [Ruby](asciidocalypse://docs/apm-agent-ruby/docs/reference/logs.md)
394394

solutions/observability/apps/api-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You can now apply your newly created API keys in the configuration of each of yo
111111
* **.NET agent**: [`ApiKey`](apm-agent-dotnet://reference/config-reporter.md#config-api-key)
112112
* **iOS**: [`withApiKey`](apm-agent-ios://reference/configuration.md#withapikey)
113113
* **Java agent**: [`api_key`](apm-agent-java://reference/config-reporter.md#config-api-key)
114-
* **Node.js agent**: [`apiKey`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#api-key)
114+
* **Node.js agent**: [`apiKey`](apm-agent-nodejs://reference/configuration.md#api-key)
115115
* **PHP agent**: [`api_key`](asciidocalypse://docs/apm-agent-php/docs/reference/configuration-reference.md#config-api-key)
116116
* **Python agent**: [`api_key`](apm-agent-python://reference/configuration.md#config-api-key)
117117
* **Ruby agent**: [`api_key`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-api-key)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Java agent
4747
: [Configuration reference](apm-agent-dotnet://reference/configuration.md)
4848

4949
Node.js agent
50-
: [Configuration reference](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md)
50+
: [Configuration reference](apm-agent-nodejs://reference/configuration.md)
5151

5252
PHP agent
5353
: [Configuration reference](asciidocalypse://docs/apm-agent-php/docs/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
@@ -59,7 +59,7 @@ When the APM server uses a certificate that is not chained to a publicly-trusted
5959
* **Python agent**: certificate pinning through [`server_cert`](apm-agent-python://reference/configuration.md#config-server-cert)
6060
* **Ruby agent**: certificate pinning through [`server_ca_cert`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-ssl-ca-cert)
6161
* **.NET agent**: [`ServerCert`](apm-agent-dotnet://reference/config-reporter.md#config-server-cert)
62-
* **Node.js agent**: custom CA setting through [`serverCaCertFile`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#server-ca-cert-file)
62+
* **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.
6464

6565
We do not recommend disabling {{apm-agent}} verification of the server’s certificate, but it is possible:
@@ -70,7 +70,7 @@ We do not recommend disabling {{apm-agent}} verification of the server’s certi
7070
* **PHP agent**: [`verify_server_cert`](asciidocalypse://docs/apm-agent-php/docs/reference/configuration-reference.md#config-verify-server-cert)
7171
* **Python agent**: [`verify_server_cert`](apm-agent-python://reference/configuration.md#config-verify-server-cert)
7272
* **Ruby agent**: [`verify_server_cert`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-verify-server-cert)
73-
* **Node.js agent**: [`verifyServerCert`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#validate-server-cert)
73+
* **Node.js agent**: [`verifyServerCert`](apm-agent-nodejs://reference/configuration.md#validate-server-cert)
7474

7575

7676
## Client certificate authentication [apm-agent-client-cert]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,9 @@ The agent will now monitor the performance of your application and record any un
445445
446446
**Learn more in the agent reference**
447447
448-
* [Supported technologies](asciidocalypse://docs/apm-agent-nodejs/docs/reference/supported-technologies.md)
449-
* [Babel/ES Modules](asciidocalypse://docs/apm-agent-nodejs/docs/reference/advanced-setup.md)
450-
* [Advanced configuration](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuring-agent.md)
448+
* [Supported technologies](apm-agent-nodejs://reference/supported-technologies.md)
449+
* [Babel/ES Modules](apm-agent-nodejs://reference/advanced-setup.md)
450+
* [Advanced configuration](apm-agent-nodejs://reference/configuring-agent.md)
451451
::::::
452452
453453
::::::{tab-item} PHP

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This setting supports [Central configuration](apm-agent-central-configuration.md
2727
* Go: [`ELASTIC_APM_SANITIZE_FIELD_NAMES`](apm-agent-go://reference/configuration.md#config-sanitize-field-names)
2828
* Java: [`sanitize_field_names`](apm-agent-java://reference/config-core.md#config-sanitize-field-names)
2929
* .NET: [`sanitizeFieldNames`](apm-agent-dotnet://reference/config-core.md#config-sanitize-field-names)
30-
* Node.js: [`sanitizeFieldNames`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#sanitize-field-names)
30+
* 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)
3232
* Ruby: [`sanitize_field_names`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-sanitize-field-names)
3333

@@ -36,7 +36,7 @@ Alternatively, you can completely disable the capturing of HTTP headers. This se
3636
* Go: [`ELASTIC_APM_CAPTURE_HEADERS`](apm-agent-go://reference/configuration.md#config-capture-headers)
3737
* Java: [`capture_headers`](apm-agent-java://reference/config-core.md#config-capture-headers)
3838
* .NET: [`CaptureHeaders`](apm-agent-dotnet://reference/config-http.md#config-capture-headers)
39-
* Node.js: [`captureHeaders`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#capture-headers)
39+
* Node.js: [`captureHeaders`](apm-agent-nodejs://reference/configuration.md#capture-headers)
4040
* Python: [`capture_headers`](apm-agent-python://reference/configuration.md#config-capture-headers)
4141
* Ruby: [`capture_headers`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-capture-headers)
4242

@@ -50,7 +50,7 @@ This setting supports [Central configuration](apm-agent-central-configuration.md
5050
* Go: [`ELASTIC_APM_CAPTURE_BODY`](apm-agent-go://reference/configuration.md#config-capture-body)
5151
* Java: [`capture_body`](apm-agent-java://reference/config-core.md#config-capture-body)
5252
* .NET: [`CaptureBody`](apm-agent-dotnet://reference/config-http.md#config-capture-body)
53-
* Node.js: [`captureBody`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#capture-body)
53+
* Node.js: [`captureBody`](apm-agent-nodejs://reference/configuration.md#capture-body)
5454
* Python: [`capture_body`](apm-agent-python://reference/configuration.md#config-capture-body)
5555
* Ruby: [`capture_body`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-capture-body)
5656

@@ -95,5 +95,5 @@ Certain agents offer additional filtering and obfuscating options:
9595

9696
**Agent configuration options**
9797

98-
* (Node.js) Remove errors raised by the server-side process: disable with [captureExceptions](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#capture-exceptions).
98+
* (Node.js) Remove errors raised by the server-side process: disable with [captureExceptions](apm-agent-nodejs://reference/configuration.md#capture-exceptions).
9999
* (Java) Remove process arguments from transactions: disabled by default with [`include_process_args`](apm-agent-java://reference/config-reporter.md#config-include-process-args).

solutions/observability/apps/custom-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Features of this approach:
3535
Refer to the relevant agent’s documentation for more information and examples:
3636

3737
* .NET: [Filter API](apm-agent-dotnet://reference/public-api.md#filter-api).
38-
* Node.js: [`addFilter()`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/agent-api.md#apm-add-filter).
38+
* Node.js: [`addFilter()`](apm-agent-nodejs://reference/agent-api.md#apm-add-filter).
3939
* Python: [custom processors](apm-agent-python://reference/sanitizing-data.md).
4040
* Ruby: [`add_filter()`](asciidocalypse://docs/apm-agent-ruby/docs/reference/api-reference.md#api-agent-add-filter).
4141

solutions/observability/apps/elastic-apm-agents.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ These events, called Transactions and Spans, are sent to Elastic, where they're
5959

6060
If you’re ready to give Elastic APM a try, see [Get started with traces and APM](../../../solutions/observability/apps/get-started-with-apm.md).
6161

62-
See the [Node.js agent reference](asciidocalypse://docs/apm-agent-nodejs/docs/reference/index.md) for full documentation, including:
62+
See the [Node.js agent reference](apm-agent-nodejs://reference/index.md) for full documentation, including:
6363

64-
* [Supported technologies](asciidocalypse://docs/apm-agent-nodejs/docs/reference/supported-technologies.md)
65-
* [Set up](asciidocalypse://docs/apm-agent-nodejs/docs/reference/set-up.md)
66-
* [Configuration reference](asciidocalypse://docs/apm-agent-nodejs/docs/reference/advanced-setup.md)
67-
* [API reference](asciidocalypse://docs/apm-agent-nodejs/docs/reference/api.md)
64+
* [Supported technologies](apm-agent-nodejs://reference/supported-technologies.md)
65+
* [Set up](apm-agent-nodejs://reference/set-up.md)
66+
* [Configuration reference](apm-agent-nodejs://reference/advanced-setup.md)
67+
* [API reference](apm-agent-nodejs://reference/api.md)
6868

6969
::::{important}
7070
Not all APM agent configuration options are compatible with Elastic Cloud serverless.

0 commit comments

Comments
 (0)