-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
98 lines (54 loc) · 2.26 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
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, [email protected]
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