Skip to content

Commit d1d3de0

Browse files
committed
fix links
1 parent 132e98a commit d1d3de0

10 files changed

+24
-24
lines changed

raw-migrated-files/docs-content/serverless/observability-apm-create-custom-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The **Editor** role or higher is required to create and manage custom links. To
1010

1111
Elastic’s custom link feature allows you to easily create up to 500 dynamic links based on your specific APM data. Custom links can be filtered to only appear for relevant services, environments, transaction types, or transaction names.
1212

13-
Ready to dive in? Jump straight to the [examples](../../../solutions/observability/apps/create-custom-links.md#apm-create-custom-links-custom-link-examples).
13+
Ready to dive in? Jump straight to the [examples](../../../solutions/observability/apps/create-custom-links.md).
1414

1515

1616
## Create a link [observability-apm-create-custom-links-create-a-link]

raw-migrated-files/docs-content/serverless/observability-apm-observe-lambda-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Cold start is also displayed in the trace waterfall, where you can drill-down in
2626

2727
### Latency distribution correlation [observability-apm-observe-lambda-functions-latency-distribution-correlation]
2828

29-
The [latency correlations](../../../solutions/observability/apps/find-transaction-latency-failure-correlations.md#observability-apm-find-transaction-latency-and-failure-correlations-find-high-transaction-latency-correlations) feature can be used to visualize the impact of Lambda cold starts on latency—just select the `faas.coldstart` field.
29+
The [latency correlations](../../../solutions/observability/apps/find-transaction-latency-failure-correlations.md) feature can be used to visualize the impact of Lambda cold starts on latency—just select the `faas.coldstart` field.
3030

3131

3232
## AWS Lambda function grouping [observability-apm-observe-lambda-functions-aws-lambda-function-grouping]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The **Latency**, **Throughput***, ***Failed transaction rate***, ***Time spent b
3737

3838

3939
**Cold start rate**
40-
: Only applicable to serverless transactions, this chart displays the percentage of requests that trigger a cold start of a serverless function. See [Cold starts](../../../solutions/observability/apps/observe-lambda-functions.md#observability-apm-observe-lambda-functions-cold-starts) for more information.
40+
: Only applicable to serverless transactions, this chart displays the percentage of requests that trigger a cold start of a serverless function. See [Cold starts](../../../solutions/observability/apps/observe-lambda-functions.md#apm-lambda-cold-start-info) for more information.
4141

4242

4343
## Transactions table [observability-apm-transactions-transactions-table]

raw-migrated-files/docs-content/serverless/observability-synthetics-command-reference.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ navigation_title: "Use the CLI"
66

77

88

9-
## `@elastic/synthetics` [elastic-synthetics-command]
9+
## `@elastic/synthetics` [elastic-synthetics-command]
1010

1111
Elastic uses the [@elastic/synthetics](https://www.npmjs.com/package/@elastic/synthetics) library to run synthetic browser tests and report the test results. The library also provides a CLI to help you scaffold, develop/run tests locally, and push tests to Elastic.
1212

@@ -57,7 +57,7 @@ You will not need to use most command line flags. However, there are some you ma
5757

5858
Throttling can also be disabled in the configuration file using [`monitor.throttling`](../../../solutions/observability/apps/configure-synthetics-projects.md#synthetics-configuration-monitor). The value defined via the CLI will take precedence.
5959

60-
::::{note}
60+
::::{note}
6161
Network throttling for browser based monitors is disabled. See this [documention](https://github.com/elastic/synthetics/blob/main/docs/throttling.md) for more details.
6262

6363
::::
@@ -68,7 +68,7 @@ You will not need to use most command line flags. However, there are some you ma
6868

6969
This is the same as setting [Playwright’s `headless` option](https://playwright.dev/docs/api/class-testoptions#test-options-headless) to `false` by running `--playwright-options '{"headless": false}'`.
7070

71-
::::{note}
71+
::::{note}
7272
Headful mode should only be used locally to see the browser and interact with DOM elements directly for testing purposes. Do not attempt to run in headful mode when running through Elastic’s global managed testing infrastructure or {{private-location}}s as this is not supported.
7373

7474
::::
@@ -77,20 +77,20 @@ You will not need to use most command line flags. However, there are some you ma
7777
`-h, --help`
7878
: Shows help for the `npx @elastic/synthetics` command.
7979

80-
::::{note}
80+
::::{note}
8181
The `--pattern`, `--tags`, and `--match` flags for filtering are only supported when you run synthetic tests locally or push them to Elastic. Filtering is *not* supported in any other subcommands like `init` and `locations`.
8282

8383
::::
8484

8585

86-
::::{note}
86+
::::{note}
8787
For debugging synthetic tests locally, you can set an environment variable, `DEBUG=synthetics npx @elastic/synthetics`, to capture Synthetics agent logs.
8888

8989
::::
9090

9191

9292

93-
## `@elastic/synthetics init` [elastic-synthetics-init-command]
93+
## `@elastic/synthetics init` [elastic-synthetics-init-command]
9494

9595
Scaffold a new Synthetics project using Elastic Synthetics.
9696

@@ -100,18 +100,18 @@ This will create a template Node.js project that includes the synthetics agent,
100100
npx @elastic/synthetics init <name-of-synthetics-project>
101101
```
102102

103-
Read more about what’s included in a template Synthetics project in [Create a Synthetics project](../../../solutions/observability/apps/create-monitors-with-project-monitors.md#observability-synthetics-get-started-project-create-a-synthetics-project).
103+
Read more about what’s included in a template Synthetics project in [Create a Synthetics project](../../../solutions/observability/apps/create-monitors-with-project-monitors.md).
104104

105105

106-
## `@elastic/synthetics push` [elastic-synthetics-push-command]
106+
## `@elastic/synthetics push` [elastic-synthetics-push-command]
107107

108108
Create monitors in by using your local journeys. By default, running `push` command will use the `project` settings field from the `synthetics.config.ts` file, which is set up using the `init` command. However, you can override these settings using the CLI flags.
109109

110110
```sh
111111
SYNTHETICS_API_KEY=<api-key> npx @elastic/synthetics push --url <kibana-url> --id <id|name>
112112
```
113113

114-
::::{note}
114+
::::{note}
115115
The `push` command includes interactive prompts to prevent you from accidentally deleting or duplicating monitors. You will see a prompt when:
116116

117117
* You `push` a project that used to contain one or more monitors but either no longer contains previously running monitors or has any monitors. Select `yes` to delete the monitors associated with the project ID being pushed.
@@ -120,7 +120,7 @@ The `push` command includes interactive prompts to prevent you from accidentally
120120
::::
121121

122122

123-
::::{note}
123+
::::{note}
124124
If the journey contains external NPM packages other than the `@elastic/synthetics`, those packages will be bundled along with the journey code when the `push` command is invoked. However there are some limitations when using external packages:
125125

126126
* Bundled journeys after compression should not be more than 1500 Kilobytes.
@@ -188,7 +188,7 @@ If the journey contains external NPM packages other than the `@elastic/synthetic
188188

189189

190190

191-
## Tag monitors [observability-synthetics-command-reference-tag-monitors]
191+
## Tag monitors [observability-synthetics-command-reference-tag-monitors]
192192

193193
Synthetics journeys can be tagged with one or more tags. Use tags to filter journeys when running tests locally or pushing them to Elastic.
194194

@@ -215,7 +215,7 @@ tags:
215215
To apply tags to all browser and lightweight monitors, configure using the `monitor.tags` field in the `synthetics.config.ts` file.
216216

217217

218-
## Filter monitors [observability-synthetics-command-reference-filter-monitors]
218+
## Filter monitors [observability-synthetics-command-reference-filter-monitors]
219219

220220
When running the `npx @elastic/synthetics push` command, you can filter the monitors that are pushed to Elastic using the following flags:
221221

@@ -236,7 +236,7 @@ npx @elastic/synthetics push --config synthetics.prod.config.ts --tags env:prod
236236
```
237237

238238

239-
## `@elastic/synthetics locations` [elastic-synthetics-locations-command]
239+
## `@elastic/synthetics locations` [elastic-synthetics-locations-command]
240240

241241
List all available locations for running synthetics monitors.
242242

@@ -255,7 +255,7 @@ To list both locations on Elastic’s global managed infrastructure and {{privat
255255
: API key used for authentication.
256256

257257

258-
## `@elastic/synthetics totp <secret>` [observability-synthetics-command-reference-elasticsynthetics-totp-lesssecretgreater]
258+
## `@elastic/synthetics totp <secret>` [observability-synthetics-command-reference-elasticsynthetics-totp-lesssecretgreater]
259259

260260
Generate a Time-based One-Time Password (TOTP) for multifactor authentication(MFA) in Synthetics.
261261

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Then, take a look at key files and directories inside your Synthetics project:
8282
* `synthetics.config.ts` contains settings for your Synthetics project. When you create a new Synthetics project, it will contain some basic configuration options that you can customize later.
8383

8484
::::{note}
85-
The `synthetics.config.ts` in the sample Synthetics project uses a location on Elastic’s global managed testing infrastructure. Administrators can restrict access to Elastic’s global managed testing infrastructure. When you attempt to [`push` the sample monitors](../../../solutions/observability/apps/create-monitors-with-project-monitors.md#observability-synthetics-get-started-project-test-and-connect-to-your-observability-project), if you see an error stating that you don’t have permission to use Elastic managed global locations, refer to the [troubleshooting guide](../../../troubleshoot/observability/troubleshooting-synthetics.md#synthetics-troubleshooting-no-locations) for guidance.
85+
The `synthetics.config.ts` in the sample Synthetics project uses a location on Elastic’s global managed testing infrastructure. Administrators can restrict access to Elastic’s global managed testing infrastructure. When you attempt to [`push` the sample monitors](../../../solutions/observability/apps/create-monitors-with-project-monitors.md), if you see an error stating that you don’t have permission to use Elastic managed global locations, refer to the [troubleshooting guide](../../../troubleshoot/observability/troubleshooting-synthetics.md#synthetics-troubleshooting-no-locations) for guidance.
8686

8787
::::
8888

raw-migrated-files/observability-docs/observability/apm-lambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Cold start is also displayed in the trace waterfall, where you can drill-down in
3131

3232
### Latency distribution correlation [apm-lambda-cold-start-latency]
3333

34-
The [latency correlations](../../../solutions/observability/apps/find-transaction-latency-failure-correlations.md#observability-apm-find-transaction-latency-and-failure-correlations) feature can be used to visualize the impact of Lambda cold starts on latency—​just select the `faas.coldstart` field.
34+
The [latency correlations](../../../solutions/observability/apps/find-transaction-latency-failure-correlations.md) feature can be used to visualize the impact of Lambda cold starts on latency—​just select the `faas.coldstart` field.
3535

3636
:::{image} ../../../images/observability-lambda-correlations.png
3737
:alt: lambda correlations example

raw-migrated-files/observability-docs/observability/synthetics-command-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This will create a template Node.js project that includes the synthetics agent,
102102
npx @elastic/synthetics init <name-of-project>
103103
```
104104

105-
Read more about what’s included in a template project in [Create a project](../../../solutions/observability/apps/create-monitors-with-project-monitors.md#synthetics-get-started-project-init).
105+
Read more about what’s included in a template project in [Create a project](../../../solutions/observability/apps/create-monitors-with-project-monitors.md).
106106

107107

108108
## `@elastic/synthetics push` [elastic-synthetics-push-command]

raw-migrated-files/observability-docs/observability/synthetics-get-started-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Then, take a look at key files and directories inside your project:
9393
* `synthetics.config.ts` contains settings for your project. When you create a new project, it will contain some basic configuration options that you can customize later.
9494

9595
::::{note}
96-
The `synthetics.config.ts` in the sample project uses a location on Elastic’s global managed testing infrastructure. Administrators can restrict access to Elastic’s global managed testing infrastructure. When you attempt to [`push` the sample monitors](../../../solutions/observability/apps/create-monitors-with-project-monitors.md#synthetics-get-started-project-push), if you see an error stating that you don’t have permission to use Elastic managed global locations, refer to the [troubleshooting guide](../../../troubleshoot/observability/troubleshooting-synthetics.md#synthetics-troubleshooting-no-locations) for guidance.
96+
The `synthetics.config.ts` in the sample project uses a location on Elastic’s global managed testing infrastructure. Administrators can restrict access to Elastic’s global managed testing infrastructure. When you attempt to [`push` the sample monitors](../../../solutions/observability/apps/create-monitors-with-project-monitors.md), if you see an error stating that you don’t have permission to use Elastic managed global locations, refer to the [troubleshooting guide](../../../troubleshoot/observability/troubleshooting-synthetics.md#synthetics-troubleshooting-no-locations) for guidance.
9797

9898
::::
9999

solutions/observability/apps/create-monitors-with-project-monitors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Then, take a look at key files and directories inside your Synthetics project:
101101
* `synthetics.config.ts` contains settings for your Synthetics project. When you create a new Synthetics project, it will contain some basic configuration options that you can customize later.
102102

103103
::::{note}
104-
The `synthetics.config.ts` in the sample Synthetics project uses a location on Elastic’s global managed testing infrastructure. Administrators can restrict access to Elastic’s global managed testing infrastructure. When you attempt to [`push` the sample monitors](../../../solutions/observability/apps/create-monitors-with-project-monitors.md#observability-synthetics-get-started-project-test-and-connect-to-your-observability-project), if you see an error stating that you don’t have permission to use Elastic managed global locations, refer to the [troubleshooting guide](../../../troubleshoot/observability/troubleshooting-synthetics.md#synthetics-troubleshooting-no-locations) for guidance.
104+
The `synthetics.config.ts` in the sample Synthetics project uses a location on Elastic’s global managed testing infrastructure. Administrators can restrict access to Elastic’s global managed testing infrastructure. When you attempt to [`push` the sample monitors](../../../solutions/observability/apps/create-monitors-with-project-monitors.md#synthetics-get-started-project-test-and-connect-to-your-observability-project), if you see an error stating that you don’t have permission to use Elastic managed global locations, refer to the [troubleshooting guide](../../../troubleshoot/observability/troubleshooting-synthetics.md#synthetics-troubleshooting-no-locations) for guidance.
105105

106106
::::
107107

@@ -144,7 +144,7 @@ Then, take a look at key files and directories inside your Synthetics project:
144144
* `synthetics.config.ts` contains settings for your Synthetics project. When you create a new Synthetics project, it will contain some basic configuration options that you can customize later.
145145

146146
::::{note}
147-
The `synthetics.config.ts` in the sample Synthetics project uses a location on Elastic’s global managed testing infrastructure. Administrators can restrict access to Elastic’s global managed testing infrastructure. When you attempt to [`push` the sample monitors](../../../solutions/observability/apps/create-monitors-with-project-monitors.md#observability-synthetics-get-started-project-test-and-connect-to-your-observability-project), if you see an error stating that you don’t have permission to use Elastic managed global locations, refer to the [troubleshooting guide](../../../troubleshoot/observability/troubleshooting-synthetics.md#synthetics-troubleshooting-no-locations) for guidance.
147+
The `synthetics.config.ts` in the sample Synthetics project uses a location on Elastic’s global managed testing infrastructure. Administrators can restrict access to Elastic’s global managed testing infrastructure. When you attempt to [`push` the sample monitors](../../../solutions/observability/apps/create-monitors-with-project-monitors.md#synthetics-get-started-project-test-and-connect-to-your-observability-project), if you see an error stating that you don’t have permission to use Elastic managed global locations, refer to the [troubleshooting guide](../../../troubleshoot/observability/troubleshooting-synthetics.md#synthetics-troubleshooting-no-locations) for guidance.
148148

149149
::::
150150

solutions/observability/apps/observe-lambda-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Cold start is also displayed in the trace waterfall, where you can drill-down in
3232

3333
### Latency distribution correlation [apm-lambda-cold-start-latency]
3434

35-
The [latency correlations](../../../solutions/observability/apps/find-transaction-latency-failure-correlations.md#observability-apm-find-transaction-latency-and-failure-correlations) feature can be used to visualize the impact of Lambda cold starts on latency—​just select the `faas.coldstart` field.
35+
The [latency correlations](../../../solutions/observability/apps/find-transaction-latency-failure-correlations.md) feature can be used to visualize the impact of Lambda cold starts on latency—​just select the `faas.coldstart` field.
3636

3737
:::{image} ../../../images/observability-lambda-correlations.png
3838
:alt: lambda correlations example

0 commit comments

Comments
 (0)