fluent-plugin-out-http(1.3.4)

2025. 4. 8. 00:00k8s/EFK

참조

https://rubygems.org/gems/fluent-plugin-out-http/versions/1.3.4?locale=en

 

fluent-plugin-out-http | RubyGems.org | your community gem host

 

rubygems.org

https://www.rubydoc.info/gems/fluent-plugin-out-http/1.3.4

 

File: README — Documentation for fluent-plugin-out-http (1.3.4)

fluent-plugin-out-http, a plugin for Fluentd A generic fluentd output plugin for sending logs to an HTTP endpoint. NOTE: This plugin name is overlapped from Fluentd core plugin which name is out_http. But core plugin does not provide buffered/non-buffered

www.rubydoc.info

스펙

<match *>
  @type http
  endpoint_url    http://localhost.local/api/
  ssl_no_verify   false  # default: false
  http_method     put    # default: post
  serializer      json   # default: form
  rate_limit_msec 100    # default: 0 = no rate limiting
  raise_on_error  false  # default: true
  recoverable_status_codes 503, 400 # default: 503
  cacert_file     /etc/ssl/endpoint1.cert # default: ''
  client_cert_path /path/to/client_cert.crt # default: ''
  private_key_path /path/to/private_key.key # default: ''
  private_key_passphrase yourpassphrase # default: ''
  custom_headers  {"token":"arbitrary"} # default: nil
  authentication  basic  # default: none
  username        alice  # default: ''
  password        bobpop # default: '', secret: true
  token           tokent # default: ''
  buffered        true   # default: false. Switch non-buffered/buffered mode
  bulk_request    false  # default: false. Send events as application/x-ndjson
  compress_request true  # default: false. Send compressed events
</match>

'k8s > EFK' 카테고리의 다른 글

td-agent avro @timestamp 추가하기  (0) 2025.04.10
td-agent 사용하는 plugin 목록 확인  (0) 2025.04.07
td-agent rest api/avro 방식으로 syslog 전달  (0) 2025.04.07
td-agent 디버깅  (0) 2025.04.05
ubuntu에 td-agent 설치  (0) 2025.04.05