Receive OTLP and the classic protocols, filter and redact in flight, and route to any destination — from one pipeline.Recibí OTLP y los protocolos clásicos, filtrá y enmascará al vuelo, y enrutá a cualquier destino — desde un solo pipeline.
A standard OpenTelemetry Collector — no proprietary agent, no lock-in. Manage the whole fleet from one place over OpAMP, with versioned config you can preview, activate and roll back.Un OpenTelemetry Collector estándar — sin agente propietario, sin lock-in. Gestioná toda la flota desde un solo lugar vía OpAMP, con configuración versionada que podés previsualizar, activar y revertir.
Shape telemetry at the edge — before it costs you storage, and before sensitive data ever leaves your network.Moldeá la telemetría en el borde — antes de que te cueste almacenamiento, y antes de que un dato sensible salga de tu red.
The same three stages of the OpenTelemetry Collector, made self-service and versioned.Las mismas tres etapas del OpenTelemetry Collector, hechas self-service y versionadas.
Receivers, processors, connectors and exporters on one canvas. Drag a handle to wire, click a node to configure — and the collector YAML round-trips underneath, so the Visual and YAML tabs are always the same pipeline.Receivers, processors, connectors y exporters en un solo lienzo. Arrastrá un handle para conectar, clickeá un nodo para configurar — y el YAML del collector hace round-trip por debajo, así las pestañas Visual y YAML son siempre el mismo pipeline.
Kinds and colours match the product — receivers, processors, connectors, exporters, with a dot per signal. It's the same graph the config editor renders — see how it's validated below.Los tipos y colores coinciden con el producto — receivers, processors, connectors, exporters, con un punto por señal. Es el mismo grafo que renderiza el editor de config — mirá cómo se valida abajo.
Rules are plain OpenTelemetry Collector config with OTTL — reviewable, versioned, and portable. No black box.Las reglas son config estándar del OpenTelemetry Collector con OTTL — revisables, versionadas y portables. Sin caja negra.
# mask emails, drop debug, then batch processors: transform/redact: log_statements: - context: log statements: - replace_pattern(body, "[\w.-]+@[\w.-]+", "[email]") filter/noise: logs: log_record: - 'severity_number < SEVERITY_NUMBER_INFO' batch: {}
# split one stream by tenant / team connectors: routing: default_pipelines: [logs/rcx] table: - context: resource condition: 'attributes["team"] == "sec"' pipelines: [logs/siem, logs/archive] - context: resource condition: 'attributes["env"] == "dev"' pipelines: [logs/sampled]
Every collector reports in over OpAMP — status, host, OS, version and live throughput — and takes config back the same way. No SSH, no config-management sprawl.Cada collector reporta vía OpAMP — estado, host, OS, versión y throughput en vivo — y recibe config por el mismo canal. Sin SSH, sin dispersión de config-management.
| CollectorCollector | Host | OS | Ver.Ver. | ThroughputThroughput | StatusEstado |
|---|---|---|---|---|---|
| edge-01 | ip-10-0-1-14 | linux/amd64 | 0.112.0 | 12.4 MB/s | ● healthysano |
| edge-02 | ip-10-0-1-22 | linux/amd64 | 0.112.0 | 9.1 MB/s | ● healthysano |
| k8s-daemonset | eks-prod | linux/arm64 | 0.112.0 | 44.2 MB/s | ● healthysano |
| win-agent-03 | WKS-4471 | windows | 0.111.2 | 0.8 MB/s | ▲ upgradeupgrade |
Before a change goes out, RCX runs the bundled otelcol-contrib plus a structural lint against it. Then it's a version you can preview, activate and roll back.Antes de que un cambio salga, RCX corre el otelcol-contrib incluido más un lint estructural sobre él. Después es una versión que podés previsualizar, activar y revertir.
No proprietary agent, no proprietary format. What goes in and comes out is OpenTelemetry.Sin agente propietario, sin formato propietario. Lo que entra y sale es OpenTelemetry.
The agent is the OpenTelemetry Collector — the CNCF standard, not a fork you can't leave. Config is plain YAML + OTTL you can read, diff and take with you. Fleet control is OpAMP, an open protocol. Nothing here is a black box.El agente es el OpenTelemetry Collector — el estándar de la CNCF, no un fork del que no podés salir. La config es YAML + OTTL que podés leer, diffear y llevarte. El control de flota es OpAMP, un protocolo abierto. Nada acá es una caja negra.
Mask or hash PII in flight, so sensitive data never reaches a backend.Enmascará o hasheá PII al vuelo, para que el dato sensible nunca llegue a un backend.
Route to the RCX Platform, your existing backend, a SIEM, or object storage — one or many.Enrutá a la plataforma RCX, tu backend actual, un SIEM, u object storage — uno o varios.
Preview, activate and roll back — every change is a version, nothing edited by hand on a box.Previsualizá, activá y revertí — cada cambio es una versión, nada editado a mano en un server.
Status, version and throughput for every collector, with a one-line installer.Estado, versión y throughput de cada collector, con instalador de una línea.
Run Pipelines on its own to any destination, or make RCX the destination and get the full platform. Same OpenTelemetry, same fleet.Usá Pipelines por su cuenta hacia cualquier destino, o hacé de RCX el destino y obtené la plataforma completa. El mismo OpenTelemetry, la misma flota.
Collect, shape and route to any sink you already run.Recolectá, moldeá y enrutá a cualquier sink que ya tengas.
Make RCX the destination — storage, query and correlation included.Hacé de RCX el destino — almacenamiento, consulta y correlación incluidos.
Stand up a pipeline on your real telemetry in minutes. Filter, redact and route — and manage the fleet from one place.Levantá un pipeline con tu telemetría real en minutos. Filtrá, enmascará y enrutá — y gestioná la flota desde un solo lugar.