AIX 服务器的 rsyslog(imfile 模块)不会从特定文件夹转发自定义应用程序日志,该文件夹每天都会生成多个日志文件。日志文件的名称模式不同。我需要帮助转发这些文件和将来生成的文件的日志。到目前为止,在配置中,我已给出通配符(在 $InputFileName 中)以将文件读取为“。日志。“按照文件名的模式。
文件名如下:
abcd0000.log.190610
sdef0001.log.190611
asdfghjklas0000.log.190612
qwerty0004.log.190613
imfile模块配置部分如下:
$ModLoad imfile
$InputFileName /usr/bada/custom/application/*.log.*
$InputFileTag application1:
$InputFileSeverity info
$InputFileFacility local6
$InputFileMonitor
rsyslog的版本是:
rsyslogd 8.4.2, compiled with:
FEATURE_REGEXP: yes
GSSAPI kerberos 5 support: No
FEATURE_DEBUG (debug build, slow code): No
32bit Atomic operations supported: Yes
64bit Atomic operations supported: No
memory allocator: system default
Runtime Instrumentation (slow code): No
uuid support: No
Number of Bits in RainerScript integers: 64
此 rsyslog 在操作系统上运行,
AIX 7.2
7200-02-02-1806