Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.15](backport #4644) cleanup(apm): remove old rum deprecations #4675

Merged
merged 3 commits into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 1 addition & 38 deletions docs/en/observability/apm/configure/rum.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -162,45 +162,8 @@ Search source maps stored in an older version with this setting.

Default: `"apm-*-sourcemap*"`

[float]
[[apm-rum-deprecated]]
= Deprecated configuration options

[float]
[[apm-event_rate.limit]]
== `event_rate.limit`

deprecated::[7.15.0, Replaced by <<apm-config-auth-anon-event-limit>>.]

The maximum number of events allowed per second, per agent IP address.

Default: `300`

[float]
== `event_rate.lru_size`

deprecated::[7.15.0, Replaced by <<apm-config-auth-anon-ip-limit>>.]

The number of unique IP addresses to track in an LRU cache.
IP addresses in the cache will be rate limited according to the <<apm-config-auth-anon-event-limit>> setting.
Consider increasing this default if your site has many concurrent clients.

Default: `1000`

[float]
[[apm-rum-allow-service-names]]
== `allow_service_names`

deprecated::[7.15.0, Replaced by <<apm-config-auth-anon-allow-service>>.]
A list of permitted service names for RUM support.
Names in this list must match the agent's `service.name`.
This can be set to restrict RUM events to those with one of a set of known service names,
in order to limit the number of service-specific indices or data streams created.

Default: Not set (any service name is accepted)

[float]
= Ingest pipelines

The default APM Server pipeline includes processors that enrich RUM data prior to indexing in {es}.
See <<apm-ingest-pipelines>> for details on how to locate, edit, or disable this preprocessing.
See <<apm-ingest-pipelines>> for details on how to locate, edit, or disable this preprocessing.
Loading