Low commit activity in last 3 years
No release in over a year
Fluentd output plugin which writes Amazon Timestream record.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.3.9
>= 1.4.2

Runtime

 Project Readme

fluent-plugin-timestream

Status

Fluentd output plugin for Amazon Timestream.

Installation

You can install it as follows:

$ fluent-gem install fluent-plugin-timestream

Configuration

Please refer to the sample config file

Note

The plugin ignores dimension when it has null or empty string value.
e.g. {dimension1: null, dimension2: "value", dimension3: ""} => {dimension2: "value"}

The plugin ignores record when it has no dimensions.
e.g. {dimension1: null, dimension2: "", measure: "value"} => ignores this record

The plugin ignores record when measure specified in the config has null or empty value.
e.g. {dimension1: "value", measure: ""} => ignores this record

Configuring multiple MeasureNames is not supported.