Reflex - the Customizable Event Correlation System
Home
Feedback

The Basics
Quickstart
Download
License
Installation

User's Manual
Overview
Policies
I/O Retargeting
Deployment
Formal Stuff

Language Reference

Quickstart

For those of you anxious to get started, here are the short instructions:

  1. Read the license!

  2. Download Reflex!
    See the Download section.

  3. Untar the files.
        (Windows: Use Winzip)
        tar -zxvf <filename>


  4. Check for required software (perl, g++, make)
        (Windows: See Required Software)
        perl --version (5.003 tested)
        g++ --version (2.95.2 tested)
        make --version (3.77 tested)


  5. Run the tests.
    See the What Is Included section.
        (Windows: also 'make test')
        make test


  6. Select an I/O mechanism, or make your own I/O module.
    We provide a Siena module and a file I/O module.
    See the I/O Retargeting section.
        (Windows: use 'copy')
        cp correlator_io_xxx.cpp correlator_io.cpp


  7. Write a policy to support your needs.
    See the Making Policies section.

  8. Compile the Policy.
        Compiler <filename>

  9. Build the Correlator Engine
        make Correlator

  10. Deploy it!
    See the Deployment section.

Download

The latest version of Reflex is 1.00.0. We don't have any precompiled binaries yet. Here is the source:

Reflex-1.00.0.tar.Z
Reflex-1.00.0-docs.tar.Z

Please read the License as well.

Back to top

Copyright © 2001