--- slug: /send-data/opentelemetry-collector/remote-management/source-templates/customyaml title: Custom YAML Source Template sidebar_label: Custom YAML description: Learn about the Sumo Logic Custom YAML source template for OpenTelemetry. canonical: https://www.sumologic.com/help/docs/send-data/opentelemetry-collector/remote-management/source-templates/customyaml/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; OpenTelemetry color icon The Custom YAML source template lets you create and manage source templates through a streamlined YAML editor, offering a flexible and efficient way to define how data is collected and ingested into Sumo Logic. It generates an OpenTelemetry configuration from a provided YAML file and pushes it to a remotely managed OpenTelemetry collector (abbreviated as otelcol). This enables you to directly manage collector configurations in YAML format and seamlessly ingest OpenTelemetry data into Sumo Logic. :::note This source template works with sumo remotely managed OpenTelemetry collector version >= 0.136.0 ::: import Iframe from 'react-iframe'; :::training Micro Lesson Learn how to configure the Custom YAML source template.