Skip to content

Commit 11a2f5a

Browse files
author
lizozom
committed
cors config
1 parent 3c8bd0a commit 11a2f5a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dev_docs/tutorials/debugging.mdx

+5-4
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,16 @@ In some cases, it is beneficial to enable APM on a local development environment
8686

8787
1. Create a secondary deployment to collect APM data.
8888
2. Open Kibana, go to `Integrations` and enable the APM Server integration.
89-
3. Copy the server URL and secret token
90-
4. Create or open `config\kibana.dev.yml` on your local environment
91-
5. Add the following settings:
89+
3. Configure CORS access ?
90+
4. Copy the server URL and secret token
91+
5. Create or open `config\kibana.dev.yml` on your local environment
92+
6. Add the following settings:
9293
```
9394
elastic.apm.active: true
9495
elastic.apm.serverUrl: <serverUrl>
9596
elastic.apm.secretToken: <secretToken>
9697
```
97-
6. Once you start kibana and start using it, two new services (kibana, kibana-frontend) should appear under the APM UI on the APM deployment.
98+
7. Once you run kibana and start using it, two new services (kibana, kibana-frontend) should appear under the APM UI on the APM deployment.
9899

99100
### Enabling APM via environment variables
100101

0 commit comments

Comments
 (0)