Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

受け取ったレコードを指定の web api にポストするアウトプットプラグインです

License

Notifications You must be signed in to change notification settings

ma2saka/fluent-plugin-webpost

Repository files navigation

fluent-plugin-webpost

受け取ったレコードを指定の web api にポストするアウトプットプラグインです

http body としてレコードの配列を json 形式で格納します。その他、バッファや再送処理などは fluentd のBufferOutput の機構に準じます。

利用方法

<match leia.result.post>
  post_url http://example.com/post/
  user_agent jedi/bot1.0

  flush_interval 5s
</match>

About

受け取ったレコードを指定の web api にポストするアウトプットプラグインです

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages