PLURA V5는 응용프로그램에 대한 로그를 업로드 설정을 이용하여 수집할 수 있습니다.
1. 응용프로그램 원본 로그업로드를 위해서는 관리 > 목록 > 응용프로그램 태그를 등록해주어야 합니다.
2. 수집할 경로를 파악하고 있어야 합니다.
응용프로그램 로그 업로드 설정하기[1]
https://qubitsec.github.io/ko_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/ko_logcol_application.html
RUN Logstash(foreground)
[1] 응용프로그램 로그 업로드 설정하기 : https://qubitsec.github.io/ko_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/ko_logcol_application.html
[4] Manual > Common > 관리 > 사용 : https://qubitsec.github.io/ko_manage_use.html