PLURA V5はアプリケーションに対するログをアップロード設定を使用して収集出来ます。
1. アプリケーション原本ログのアップロードのためには管理 > リスト > アプリケーションタグを登録する必要があります。
2. 収集するパスを把握する必要があります。
アプリケーションログアップロード設定[1]
https://qubitsec.github.io/ja_set_app_log_up.html
アプリケーションログは“LogStash”を使用してカラムを分離出来ます。
Logstashには多様なソースからデータを収集、転換して目標の腕先へ転送出来るようにする軽量のオープンソースサーバー側のデータ処理パイプラインです。
Logstashを使用するとシステムログ, ウェブサイトログ, アプリケーションサーバーログなど多様なデータ原本から非定型データを簡単に収集出来ます。[2]
https://github.com/QubitSecurity/Logstash
# cd /etc/logstash/conf.d/
# wget “https://raw.githubusercontent.com/QubitSecurity/Logstash/main/conf.d/70-postfix-plura.conf”
# vi /etc/logstash/conf.d/70-postfix-plura.conf
https://github.com/QubitSecurity/Logstash/blob/main/conf.d/70-postfix-plura.conf
# mkdir /etc/logstash/patterns.d
# cd /etc/logstash/patterns.d
# wget “https://raw.githubusercontent.com/QubitSecurity/Logstash/main/patterns.d/grok-postfix”
上記から説明したLogstashを使用してLinux : PostfixログをPLURA V5で収集します。
[Install Guide > SIEM > PLURA Log Collector (PLC) > Application[3] : https://qubitsec.github.io/ja_logcol_application.html
RUN Logstash(foreground)
[1] アプリケーションログアップロード設定 : https://qubitsec.github.io/ja_set_app_log_up.html
[2] Logstash定義 : https://aws.amazon.com/ko/opensearch-service/the-elk-stack/logstash/
[3] Install Guide > SIEM > PLC > Application : https://qubitsec.github.io/ja_logcol_application.html
[4] Manual > Common > 管理 > 使用 : https://qubitsec.github.io/ja_manage_use.html