<<기본실행>>

$embulk run config.yml


<<config file 구조>>

ln:

type: file

path_prefix: /var/log/access.

filters:

type: add_time

to_column:

name: time

type: timestamp

out:

type: file

path_prefix: /home/access.

file_ext: log


<<config test>>

$embulk preview config.yml


  • fluentd 개발했던 개발자가 나와서 개발하였다.
  • fluentd 보다 자원 소모가 적다.
  • 설정파일은 yml 구조를 따른다.
  • 아마존,구글 SDK의 장점인 네트웍 멀티파트 업로드를 지원한다.
    • 대용량 바이너리 파일을 cloud로 올릴때 사용


장점

  • 경량화된 전송 에이전트
  • 데이터 병렬 전송이 가능하다.
  • 다양한 input, filter, output plugin

단점

  • 공식 홈 문서외에는 관련 자료가 검색되지 않는다.
  • error에 대한 debugging이 어렵다. (어러메시지의 구체화가 잘안되어 있음.)



  • No labels
Write a comment…