Most Powerful Open Source ERP

Fluentd Home

  • Last Update:2020-05-26
  • Version:001
  • Language:en

Fluentd and fluent-plugin-wendelin 

Fluentd is an open source data collector for unified logging layer.

fluent-plugin-wendelin is an output plugin for Fluentd to forward data to Wendelin system.

Fluentd SR

Fluentd software release is a recipe to deploy fluentd with Slapos. 

fluent-plugin-wendelin

This is output plugin for Fluentd to forward data to Wendelin system.


Configuration

A sample configuration to setup ingestion of data for a tag to Wendelin:

<match your.sensor.tag>
  @type wendelin
  @id wendelin_out

  streamtool_uri    <Wendelin_URL>/erp5/portal_ingestion_policies/<YOUR_INGESTION_POLICY_ID>
  user      <your_wendelin_user>
  password  <your_wendelin_password>
  use_keep_alive  <true or false>

  # all parameters of BufferedOutput & Output classes are supported too, e.g.
  # `buffer_type`, `flush_interval`, `num_threads`, `log_level`, etc - see
  # their code near:
  #
  #   https://github.com/fluent/fluentd/blob/master/lib/fluent/output.rb#L182
  #
  # logging setup description:
  #
  #   http://docs.fluentd.org/articles/logging

  buffer_type       memory
  #buffer_path       "#{ENV['HOME']/var}"
  flush_interval    5s
</match>

 

fluent-plugin-wendelin is Free Software, licensed under GPLv3+ with wide exception for Free and Open-Source software. Please see Nexedi licensing for rationale and options.