forked from rsyslog/rsyslog-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
proposed-toc
41 lines (32 loc) · 989 Bytes
/
proposed-toc
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
This is a proposal for a future TOC. It is put into the repo in order
to facilitate discussion of how it finally shall look.
* What is rsyslog?
* Overview and installation
** Message flow in rsyslog
** Legacy configuration format and RainerScript
** Properties
** Templates
** Installation
*** Packages
*** Installing from sources
* Input modules
[list of modules here]
* Message modifier modules
[list of mm* here; maybe also include parsers and string generators? or
should they have their own sections?]
* Queues
** Overview of how queues work (explain in-memory vs disk vs disk-assisted)
** Main message queue (options go here)
** Action queues
* Controlling the flow
** RainerScript (Data types, expressions, functions go here)
** Filter conditions
** Variables
** Rulesets
* General Options
** the global() object
** dropping privileges
* Extending rsyslog
** native plugins (probably with subsections here)
** external plugins (probably with subsections here)
* Tutorials