English | 简体中文
Elkeid Server contains 5 modules::
- AgentCenter (AC) is responsible for communicating with the Agent, collecting Agent data and simply processing and then writing to the Kafka cluster. At the same time, it is also responsible for the management of the Agent, including Agent upgrade, configuration modification, task distribution, etc. In addition, the AC also provides HTTP services, through which the Manager manages the AC and the Agent.
- In ServiceDiscovery (SD), each service module needs to register with SD regularly and synchronize service information, so as to ensure that the instances in each service module are visible to each other and facilitate direct communication. Since SD maintains the status information of each registered service, when a service user requests service discovery, SD will perform load balancing. For example, the Agent requests a list of AC instances, and SD directly returns the AC instance with the least load pressure.
- Manager is responsible for managing the entire back-end and providing related query and management interfaces. Including the management of the AC cluster, monitoring the status of the AC, and managing all agents through the AC, collecting the running status of the agent, and delivering tasks to the agent. At the same time, the manager also manages real-time and offline computing clusters.
- Elkeid Console: Elkeid web console。
- Elkeid HUB : Elkeid HIDS RuleEngine。
In short, AgentCenter collects Agent data, real-time/offline calculation module analyzes and processes the collected data, Manager manages AgentCenter and computing module, ServiceDiscovery connects all services and nodes.
- Backend infrastructure solutions for million-level Agent
- Distributed, decentralized, highly available cluster
- Simple deployment, few dependencies and easy maintenance
- AgentCenter(AC): Executing './build.sh' in
Elkeid/server/agent_center
directory will generate the product' bin.tar.gz 'in the output directory. - ServiceDiscovery(SD):Executing
Elkeid/server/service_discovery
directory will generate the product' bin.tar.gz 'in the output directory. - Manager:Executing
Elkeid/server/manager
directory will generate the product' bin.tar.gz 'in the output directory.
Refer to the backend section of Build Elkeid CWPP from Source to deploy or upgrade.
Elkeid Server are distributed under the Apache-2.0 license.