fangli / fluent-plugin-influxdb

A buffered output plugin for fluentd and InfluxDB
MIT License
111 stars 65 forks source link

Dynamic measurement value #103

Open bdany70 opened 4 years ago

bdany70 commented 4 years ago

Can the measurement value be set by a key from the fluentd record? I have this Fluentd record: 2020-04-08 10:38:31.967300000 +0000 metric: {"name":"helloworld","solution-user":"MySolutionUser","value":1} I'd want to set measurement to helloworld, is it possible?