Skip to content

Commit

Permalink
[8.12](backport #4644) cleanup(apm): remove old rum deprecations (#4672)
Browse files Browse the repository at this point in the history
* cleanup(apm): remove old rum deprecations (#4644)

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)

# Conflicts:
#	docs/en/observability/apm/configure/rum.asciidoc

* fix conflict

* fix link

---------

Co-authored-by: kruskall <[email protected]>
Co-authored-by: Colleen McGinnis <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent 646063f commit d3a9f0a
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]
[[rum-deprecated]]
= Deprecated configuration options

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

deprecated::[7.15.0, Replaced by <<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 <<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 <<config-auth-anon-event-limit>> setting.
Consider increasing this default if your site has many concurrent clients.

Default: `1000`

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

deprecated::[7.15.0, Replaced by <<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 <<ingest-pipelines>> for details on how to locate, edit, or disable this preprocessing.
See <<ingest-pipelines>> for details on how to locate, edit, or disable this preprocessing.

0 comments on commit d3a9f0a

Please sign in to comment.