fluent-plugin-timestream
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 converts null
values in the log to empty string.
e.g. {key_name: null}
=> {key_name: ""}
When writing Timestream records, TimeUnit
is always set to SECONDS
Configuring multiple MeasureName
s is not supported.