Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Installation Steps

markusza edited this page Aug 11, 2017 · 5 revisions

Getting started

  1. Download/Clone the respository as a ZIP file.

  2. Copy the zip file to your elastalert server

  3. Ensure Python PIP is installed
    apt-get install python-pip

  4. Install the pip package.
    pip install elastalert_hive_alerter-master.zip

  5. Add your TheHive connection details to the ElastAlert configuration file /etc/elastalert.yaml or wherever your file is located.

    hive_connection:  
    hive_host: http://localhost  
    hive_port: 9000  
    hive_username: admin  
    hive_password: 123456
    
  6. Configure your rule to send a alert to TheHive, see example below.

Clone this wiki locally