Connector Service Guide
The Morio Connector Service (connector) is responsible for routing data between Morio and external systems, including remote Morio deployments.
Under the hood, Morio’s connector service is powered by Vector , a lightweight, ultra-fast tool for building observability pipelines. This also means you can use the full power of the Vector Remap Language to create your own pipelines in Morio.
Connector service responsibilities
The connector service is a flanking service, and optional. It will only be started when pipelines have been configured in the Morio settings.
Running ETL pipelines
The connector service is responsible for running the pipelines that are configured in the Morio settings.
These pipelines are sometimes referred to as ETL pipelines, but it’s important to understand that these pipelines operate on streaming data, and are not batch pipelines which are the more common way of doing ETL.