ilagent

ilagent is a lightweight program that lets you easily integrate your on-premise systems with ilert.

ilagent comes as a single binary with a small footprint and is available for all major platforms. We also provide an official Docker image.

Features

Installing

Docker

docker run ilert/ilagent --help

Compile from source

Requires Rust to be installed, see https://rustup.rs

git clone [email protected]:iLert/ilagent.git
cd ilagent
cargo build --release
./target/release/ilagent --help

Install script (macOS / Linux)

Pre-compiled binaries are available on the releases pagearrow-up-right.

Quick reference

  • The proxy exposes the same API as https://api.ilert.com/api — see the API docsarrow-up-right

  • In daemon mode, provide -b il1hbt123... to monitor ilagent's uptime via heartbeats

  • Adjust the log level with multiple -v flags (default: error, -v warn, -v -v info)

  • ilagent buffers events locally using SQLite3 (except in Kafka mode) and requires file system access in daemon mode

Source code

The ilagent source code is open source and managed on GitHub: https://github.com/iLert/ilagentarrow-up-right

circle-info

Missing a feature? Let us knowarrow-up-right

Last updated

Was this helpful?