--- id: configuration title: Configure an Installed Collector description: Learn how to install and configure an Installed Collector to gather data to send to Sumo Logic, and read about deployment options and volume limitations. slug: /help/docs/send-data/installed-collectors/configuration/ canonical: https://www.sumologic.com/help/docs/send-data/installed-collectors/configuration/ --- import Iframe from 'react-iframe'; An Installed Collector is a Java agent that receives logs and metrics from its Sources and then encrypts, compresses, and sends the data to the Sumo Logic service. As the name implies, an Installed Collector is installed in your environment, as opposed to a Hosted Collector, which resides on the Sumo Logic service. After installing a Collector, you add Sources, to which the Collector connects to obtain data to send to the Sumo Logic service.  A Sumo Logic Source is an object configured for a specific Collector that sends data to Sumo Logic. There are a number of Source types that work with Installed Collectors. For a list of all Sources supported by Installed Collectors, see [Sources for Installed Collectors](/docs/send-data/installed-collectors/sources). See [Choosing a Sumo Logic Collector and Source](/docs/send-data/choose-collector-source) for guidance on when to use a single or multiple Installed Collectors. :::note The maximum number of Collectors allowed per organization is 10,000. ::: import TerraformLink from '../../reuse/terraform-link.md'; :::tip You can use Terraform to provide an install collector with the [`sumologic_collector`](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/installed_collector) resource. ::: :::training Micro Lesson