Skip to content

Prelude-SIEM/libpreludedb

Repository files navigation

PreludeDB Library (https://www.prelude-siem.org)
PreludeDB is brought to you by CS GROUP (http://www.csgroup.eu).


PreludeDB Library Overview
========================

The PreludeDB Library provides an abstraction layer upon the type and the format
of the database used to store IDMEF alerts.
It allows developers to use the Prelude IDMEF database easily and efficiently without worrying about SQL,
and to access the database independently of the type/format of the database.



Dependencies
============

   Libprelude must be installed first.


   For Redhat based systems (CentOS, Fedora, etc.)
       MySQL Plugin        :    mysql-devel
       PostgreSQL Plugin   :    postgresql-devel
       SQLite Plugin       :    sqlite-devel

   For Debian systems
       MySQL Plugin        :    libmysqlclient-dev
       PostgreSQL Plugin   :    libpq-dev
       SQLite Plugin       :    libsqlite3-dev



IRC
===

If there's something you just can't find out elsewhere, you want to
give feedback directly to the authors or you're just bored, visit
#prelude on irc.freenode.net



Get Support
===========


Prelude-user forums can be accessed at:
	https://www.prelude-siem.org/projects/prelude/boards


Commercial Support is available through the CS GROUP - France company:
	https://www.prelude-siem.com, contact.prelude@csgroup.eu



Help development
================

1. SUBMITTING PATCHES

The Prelude source is constantly changing. If you want to submit a patch,
please do so from the most recent GIT source tree, subscribe to the
prelude-devel forum and post your patch with a description of functionality.
You can also attach patches to bugs on

        https://www.prelude-siem.org


2. BUGS

If you find any bugs, please report them to:

	https://www.prelude-siem.org

Please make sure that what you're reporting is actually a BUG and not
a problem on your side.


3. SUGGESTIONS

Subscribe to prelude-devel and give us your suggestions.



How to install the PreludeDB Library
==================================


If you don't want to build the PreludeDB Library yourself, some distributions include binary packages for prelude.

If you want to build PreludeDB, unpack the tarball and cd into the
newly created directory. Then type :

	./configure
	make

If everything works, su to root and type:

	make install