Skip to content

Commit

Permalink
cleanup(apm): remove old rum deprecations (#4644) (#4678)
Browse files Browse the repository at this point in the history
deprecated rum config options have been removed in 8.0
so they no longer apply.
remove the deprecated options from docs

(cherry picked from commit 944662f)

Co-authored-by: kruskall <[email protected]>
  • Loading branch information
mergify[bot] and kruskall authored Dec 12, 2024
1 parent 02f67bf commit d09371b
Showing 1 changed file with 1 addition and 38 deletions.
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.

0 comments on commit d09371b

Please sign in to comment.