ilagent
ilagent is a lightweight program that lets you easily integrate your on-premise systems with ilert.
Last updated
Was this helpful?
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.
docker run ilert/ilagent --helpRequires Rust to be installed, see https://rustup.rs
Pre-compiled binaries are available on the releases page.
The proxy exposes the same API as https://api.ilert.com/api — see the API docs
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
The ilagent source code is open source and managed on GitHub: https://github.com/iLert/ilagent
Missing a feature? Let us know
Last updated
Was this helpful?
Was this helpful?
git clone git@github.com:iLert/ilagent.git
cd ilagent
cargo build --release
./target/release/ilagent --helpcurl -sL https://raw.githubusercontent.com/iLert/ilagent/master/install.sh | bash -