본문 바로가기

프로그래밍/└ fluent

fluent.conf

  • source : input source 설정
    • @type 을 사용하여 특정 input plugin 사용
  • match : output 목적지 설정
  • filter : 프로세싱 pipeline 설정
  • system : system wide configuration
    • log_level
    • suppress_repeated_stacktrace
    • emit_error_log_interval
    • suppress_config_dump
    • without_source
    • process_name (only available in system directive. No fluentd option)
  • label : 내부 라우팅을 위한 output과 필터 그룹 설정
  • @include : 다른 파일 포함 설정