[Beats] Filebeat 내 JSON 처리.
Elastic/Beats 2020. 5. 11. 14:181. input type log 에서 처리 하는 방법과
2. processor 에서 decode_json_fields 로 처리 하는 방법이 있습니다.
1번은 그냥 전체 로그에 대해서 처리
2번은 특정 필드의 메시지에 대해서 처리
자세한건 문서를 참고해 주세요.
[Reference]
https://www.elastic.co/guide/en/beats/filebeat/7.6/filebeat-input-log.html
https://www.elastic.co/guide/en/beats/filebeat/7.6/decode-json-fields.html