From bfabd960bcff2d02a214950211b1670ada967c13 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:57:40 +0100 Subject: [PATCH] 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 944662f0ce564ab253d664ed88f5e34b9fcff224) --- .../observability/apm/configure/rum.asciidoc | 39 +------------------ 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/docs/en/observability/apm/configure/rum.asciidoc b/docs/en/observability/apm/configure/rum.asciidoc index 5dbab0cb8e..fbb63a36de 100644 --- a/docs/en/observability/apm/configure/rum.asciidoc +++ b/docs/en/observability/apm/configure/rum.asciidoc @@ -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 <>.] - -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 <>.] - -The number of unique IP addresses to track in an LRU cache. -IP addresses in the cache will be rate limited according to the <> 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 <>.] -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 <> for details on how to locate, edit, or disable this preprocessing. \ No newline at end of file +See <> for details on how to locate, edit, or disable this preprocessing.