Skip to content

Commit 11b1468

Browse files
carsonipsimitt
andauthored
apm: Refactor outdated cloud apm settings docs (#2027)
Standalone APM (legacy) on ECH should refer to general APM configuration docs to improve docs maintainability. The actual ECH user settings involves allowlist and denylist which can be too complicated to document. Add a generic statement that some settings may be restricted instead. The outdated pages are - https://www.elastic.co/docs/reference/apm/cloud/apm-settings - https://www.elastic.co/docs/reference/apm/cloud-enterprise/apm-settings - https://www.elastic.co/docs/solutions/observability/apm/configure-apm-server Fixes elastic/apm-server#13602 --------- Co-authored-by: simitt <[email protected]>
1 parent ba13588 commit 11b1468

File tree

3 files changed

+12
-639
lines changed

3 files changed

+12
-639
lines changed

reference/apm/cloud-enterprise/apm-settings.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Starting in {{stack}} version 8.0, how you change APM settings and the settings
1919
Standalone APM Server (legacy)
2020
: Deployments created prior to {{stack}} version 8.0 are in legacy mode. Upgrading to or past {{stack}} 8.0 does not remove you from legacy mode.
2121

22-
Check [Edit standalone APM settings (legacy)](#ece-edit-apm-standalone-settings-ece)for information on how to configure Elastic APM in this mode.
22+
Check [Edit standalone APM settings (legacy)](#ece-edit-apm-standalone-settings-ece) for information on how to configure Elastic APM in this mode.
2323

2424

2525
To learn more about the differences between these modes, or to switch from Standalone APM Server (legacy) mode to {{fleet}}-managed, check [Switch to the Elastic APM integration](/solutions/observability/apm/switch-to-elastic-apm-integration.md).
@@ -64,17 +64,15 @@ If a setting is not supported by Elastic Cloud Enterprise, you get an error mess
6464

6565
## Example: Enable RUM and increase the rate limit (legacy) [ece_example_enable_rum_and_increase_the_rate_limit_legacy]
6666

67-
When capturing the user interaction with clients with real user monitoring (RUM), particularly for situations with concurrent clients, you can increase the number of times each IP address can send a request to the RUM endpoint. Version 6.5 includes an additional settings for the LRU cache.
68-
69-
For APM Server with RUM agent version 2.x or 3.x:
67+
When capturing the user interaction with clients with real user monitoring (RUM), particularly for situations with concurrent clients, you can increase the number of times each IP address can send a request to the RUM endpoint.
7068

7169
```sh
7270
apm-server:
71+
auth:
72+
anonymous:
73+
event_limit: 3000
7374
rum:
7475
enabled: true
75-
event rate:
76-
limit: 3000
77-
lru_size: 5000
7876
```
7977

8078

0 commit comments

Comments
 (0)