About driver Plugin
The Driver plugin manages Kernel Module, supplements and filters data, and finally generates different system events to support related alarm functions.
Runtime requirements
Supports mainstream Linux distributions, including CentOS, RHEL, Debian, Ubuntu, RockyLinux, OpenSUSE, etc. Supports x86-64 and aarch64 architectures.
The kernel version of the host needs to be in the supported list, if not, it needs to be compiled and uploaded separately, see Description for details.
Quick start
Through the complete deployment of elkeidup, this plugin is enabled by default.
Compile from source
Dependency requirements
Confirm related configuration
- It is necessary to ensure that the
DOWNLOAD_HOSTS
variable insrc/config.rs
has been configured as the actual deployed Nginx service address:- If it is a manually deployed Server: you need to ensure that it is configured as the address of the Nginx file service, for example:
pub const DOWNLOAD_HOSTS: &'static [&'static str] = &["http://192.168.0.1:8080" ];
- If the Server is deployed through elkeidup, the corresponding configuration can be obtained according to the
~/.elkeidup/elkeidup_config.yaml
file of the deployed Server host, and the specific configuration item isnginx .sshhost[0].host
, then set the port number to 8080, for example:pub const DOWNLOAD_HOSTS: &'static [&'static str] = &["http://192.168.0.1:8080"];
- If it is a manually deployed Server: you need to ensure that it is configured as the address of the Nginx file service, for example:
Compile
In the root directory, execute:
BUILD_VERSION=1.0.0.15 bash build.sh
During the compilation process, the script will read the BUILD_VERSION
environment variable to set the version information, which can be modified according to actual needs.
After the compilation is successful, you should see two plg files in the output
directory of the root directory, which correspond to different system architectures.
Version Upgrade
- If no client component has been created, please create a new component in the Elkeid Console-Component Management page.
- On the Elkeid Console - Component Management page, find the "collector" entry, click "Release Version" on the right, fill in the version information and upload the files corresponding to the platform and architecture, and click OK.
- On the Elkeid Console - Component Policy page, delete the old "collector" version policy (if any), click "New Policy", select the version just released, and click OK. Subsequent newly installed Agents will be self-upgraded to the latest version.
- On the Elkeid Console - Task Management page, click "New Task", select all hosts, click Next, select the "Sync Configuration" task type, and click OK. Then, find the task you just created on this page, and click Run to upgrade the old version of the Agent.
License
driver plugin is distributed under the Apache-2.0 license.