logstash 로그 중

 

Received an event that has a different character encoding than you configured.

expected_charset => "UTF-8"

 

로그가 있다면

 

input 설정 내용에 아래의 charset을 추가하여 설정해주세요.

 

codec => plain { charset => "ISO-8859-1" }

 

 

'기술 노트 > logstash' 카테고리의 다른 글

logstash.conf_230405  (0) 2023.04.05
logstash.conf_230306  (0) 2023.03.06
logstash.conf_23.02.20  (0) 2023.02.20
logstash 파일 파싱하기  (0) 2023.02.20
logstash 설정  (0) 2023.02.20

+ Recent posts