This file is indexed.

/etc/syslog-ng/modules.conf is in syslog-ng-core 3.3.4.dfsg-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
#############################################################################
#
# Default modules.conf file for syslog-ng which lists all modules loaded on
# startup by default.  This file is included by scl, but can be used by
# including the file directly and avoiding scl.conf entirely.
#
# SCL plugins will not emit @module lines for modules listed here (but may
# do so for other non-listed stuff).
#
# syslog-ng loads all "default" modules modules automatically. This
# set can be specified at build time (--with-default-modules configure
# option) and at run-time with the --default-modules command line
# option.
#

# these modules are required by SCL, so they are loaded even if they
# are not in default-modules
@module syslogformat
@module basicfuncs
@module afsocket
@module affile
@module afprog
@module afuser
@module dbparser
@module csvparser

### afstreams is auto-loaded by the system() source if needed
#@module afstreams

# additional modules, not needed by SCL
#@module afsql
#@module tfjson
#@module afmongodb
#@module pacctformat