No commit activity in last 3 years
No release in over 3 years
Fluentd output plugin to buffer logs as json arrays to a url
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Fluentdd_https_out

A fluentd buffered output filter that posts to https a json array of records

Installation

gem install 'fluent-plugin-https-json'

Usage

<match SOME_EVENT>
  type https_json
  buffer_path /tmp/buffer

  buffer_chunk_limit 256m
  buffer_queue_limit 128
  flush_interval 10s
  endpoint    http://127.0.0.1:3000/consume_json_arrays_of_some_event/

</match>