> For the complete documentation index, see [llms.txt](https://docs.inopli.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inopli.com/resources/inopli-correlator.md).

# Inopli Correlator

The **Inopli Correlator** is a lightweight Python application designed to enable continuous monitoring and event correlation directly on Linux servers, without requiring a traditional SIEM. It processes local logs and generates alerts that are forwarded to the Inopli platform in real time.

To simplify deployment, we've created a bash installer script. This script allows for easy installation, update, and removal of the correlator with a single command.

```bash
chmod +x inopli_correlator_installer.sh
sudo ./inopli_correlator_installer.sh -i   # Install
sudo ./inopli_correlator_installer.sh -u   # Update
sudo ./inopli_correlator_installer.sh -r   # Remove
```

{% file src="/files/bPaUHZfGbLTmrA0Qy0tw" %}

### Download

This section provides the official installer script for the Inopli Correlator.

This installer script automatically detects your Linux distribution and uses the appropriate package manager (apt, dnf/yum or pacman). It has been tested on and supports:

* **Debian family** (apt):\
  Debian 10+, Ubuntu 18.04+ (including Linux Mint, Pop!\_OS)
* **Red Hat family** (dnf/yum):\
  CentOS 7/8/9 Stream, RHEL 7+, Fedora 30+, Rocky Linux 8/9, AlmaLinux 8/9
* **Arch family** (pacman):\
  Arch Linux, Manjaro


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inopli.com/resources/inopli-correlator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
