Inopli Documentation
  • Getting Started
    • Understanding Inopli
    • First Access
    • Inopli's Features
  • System Settings
    • Configuring the MSS
      • Configuring the MSP's profile
      • Request Categories
      • Policies
      • Managing Integrations
        • ChatGPT
        • Slack
        • Telegram
        • Google Chat
        • E-mail
      • Data Sources
      • Roles
        • Creating a Role
    • Managing Companies
      • Configuring the Company's profile
      • Company's Roles
      • Managing Company's Integrations
      • Monitoring Systems
    • Managing User Access
      • Creating MSP's user accounts
      • Creating end user accounts
  • System Administration
    • Rules
      • Main
      • Monitoring Systems
      • Rule Details
      • Mitre Techniques
      • Playbooks
      • Companies
    • Knowledge Lists
    • Managing MITRE
  • User Guide
    • Dashboards
      • Operational Dashboard
      • Executive Dashboard
      • KPIs Dashboard
      • Alert Management Dashboard
        • Confusion Matrix
    • Incidents
      • Alerts
      • Messages
      • History
      • Rate
      • Playbooks
      • Rules
    • Requests
  • Resources
    • Inopli Correlator
Powered by GitBook
On this page
  1. Resources

Inopli Correlator

PreviousRequests

Last updated 23 hours ago

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.

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

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

4KB
inopli_correlator_installer.sh