1# logtool config file sample.  Read the doc's for more detailed information
2#
3# This option determines how to display the timestamp
4time_format=long	# valid values are (long|short)
5show_source=true	# valid values are (true|false)
6show_program=true 	# valid values are (true|false)
7verbose=false		# valid values are (true|flase)
8redbeep=false		# valid values are (true|false) (note: this only affects ANSI mode)
9output_format=ansi	# valid values are (ansi|ascii|csv|html|html_table|raw)
10# do we suppress duplicate messages?
11supdupes=true		# valid values are (true|false)
12#
13sys_ng_host=true	# do we strip the *@'s from syslog-ng's src field?
14# do we print host and ip or both on syslog-ng host field
15hostfmt=ip		# valid values are (name|ip|both)
16#
17#
18#
19#
20# valid values for the following are [/path/to/some/file/containing/regex_expressions]
21# you probably want to just leave the defaults, and edit the files accordingly
22includefile=@sysconfdir@/include
23excludefile=@sysconfdir@/exclude
24#
25greenfile=@sysconfdir@/green
26brightgreenfile=@sysconfdir@/brightgreen
27#
28yellowfile=@sysconfdir@/yellow
29brightyellowfile=@sysconfdir@/brightyellow
30#
31bluefile=@sysconfdir@/blue
32brightbluefile=@sysconfdir@/brightblue
33#
34cyanfile=@sysconfdir@/cyan
35brightcyanfile=@sysconfdir@/brightcyan
36#
37magentafile=@sysconfdir@/magenta
38brightmagentafile=@sysconfdir@/brightmagenta
39#
40whitefile=@sysconfdir@/white
41brightwhitefile=@sysconfdir@/brightwhite
42#
43brightredfile=@sysconfdir@/brightred
44#
45# Module configuration directives
46#
47# mod_resolver directives - non-specific to input type
48#
49# SPECIAL NOTE: this module replaces the module-specific resolvers in 1.2.x!
50#               we no longer honor the old variables in favor of this one.
51modresolv_use=true	# do we resolv ip addresses to hostname($IPADDR) ?
52#
53#
54# mod_syslog directives
55modsys_use=true         # do we parse syslog's?
56#
57# mod_snort directives: class and priority display (true/false)
58modsn_use=true          # do we enable this module, or no?
59modsn_dispclass=true    # Classification display?
60modsn_dispprior=true    # Priority display?
61modsn_dispproto=true    # IP proto display?
62modsn_dispsids=true     # SID display?
63modsn_dispproc=true     # preprocessor display?
64modsn_2lines=false      # 2 line per event display?
65#
66# mod_iptables directives
67modipt_use=true		# do we even use this module?
68