Overview of ConfigServer for LoongCollector management
mainThe open-source version of LoongCollector primarily uses a local configuration management mode. For scenarios with many instances, managing configuration changes individually is complex, and monitoring version information and running status across multiple instances is difficult.
ConfigServer is a centralized management tool designed to address these challenges. It provides a global control plane for LoongCollector instances with the following capabilities:
- Registration: Allows LoongCollector instances to register themselves with the ConfigServer.
- Agent Grouping: Enables unified management of LoongCollector instances organized into Agent groups.
- Remote Batch Configuration: Supports pushing and updating collection configurations to LoongCollector instances remotely in batches.
- Status Monitoring: Provides centralized monitoring of the running status of LoongCollector instances.