기술 노트/logstash
font 깨질 때
미래의억만장자
2025. 3. 24. 10:34
logstash 로그 중
Received an event that has a different character encoding than you configured.
expected_charset => "UTF-8"
로그가 있다면
input 설정 내용에 아래의 charset을 추가하여 설정해주세요.
codec => plain { charset => "CP949" }