対象ウェブaccessログ
シナリオは下記の通りです。
Last updated
シナリオは下記の通りです。
Last updated
環境: CentOS 7 (64ビット), Rsyslog 8.24.0-57.el7_9.1
1-1. rsyslog.conf生成及びremote rsyslogサーバーで転送修正
# vi /etc/rsyslog.d/80-httpd-remote.conf
PLURA V5ウェブロギングパス/var/log/plura/weblog.log
注意: PLURA V5ウェブログ収集OFF
1-2. rsyslog restart
# service rsyslog restart
1-3. サーバー接続debug
# nc -zu PLURA_Log_Collector_Server 514
環境 : CentOS 7, Rsyslog 8.2010.0
2-1. PLURA V5 Log Collectorサーバーインストール
2-2. Remote クライアントのsyslog転送オープン
# firewall-cmd –add-port 514/udp
# firewall-cmd –reload
2-3. 77-plura.conf修正
# vi /etc/rsyslog.d/77-plura.conf
2-4. 99-plura.conf修正
# vi /etc/rsyslog.d/99-plura.conf
2-5. rsyslog restart
# service rsyslog restart
2-6. パスにファイル受信可否確認
# ls -al /var/log/plura/
2-7. Log Collector登録
パス : システム > システム管理 > ログ取り込みサーバー(親)選択 > 収集環境選択
外部参考サイト
https://rsyslog.readthedocs.io/en/latest/configuration/modules/imfile.html