telegraf/plugins/processors
Anton Aksola ad97b744a3
Fix numeric to bool conversion in converter ()
A type switch case with multiple conditions causes the value to remain as
interface which causes toBool to always return true for any numeric values.
2020-05-26 12:07:24 -07:00
..
all Add defaults processor to set default field values () 2020-05-22 11:44:13 -07:00
clone Add clone processor () 2019-10-21 11:59:32 -07:00
converter Fix numeric to bool conversion in converter () 2020-05-26 12:07:24 -07:00
date Fix spelling errors in comments and documentation () 2020-05-14 00:41:58 -07:00
dedup Handle multiple metrics with the same timestamp in dedup processor () 2020-05-12 12:56:35 -07:00
defaults Add defaults processor to set default field values () 2020-05-22 11:44:13 -07:00
enum Add integer support to enum processor () 2020-05-11 11:36:21 -07:00
filepath Add filepath processor plugin () 2020-05-01 11:21:41 -07:00
override Add new line protocol parser and serializer, influxdb output () 2018-03-27 17:30:51 -07:00
parser Fix example input and output in parser processor docs 2018-08-22 18:38:07 -07:00
pivot Fix error in pivot processor docs () 2020-01-06 15:54:49 -08:00
printer Fix output format of printer processor () 2018-07-13 14:14:18 -07:00
regex Allow regexp processor to mix different tags () 2019-06-14 15:23:54 -07:00
rename Use operation subtables in enum and rename processors () 2018-09-11 16:03:47 -07:00
s2geo Fix s2geo documentation and code to reflect current plugin name 2020-03-18 12:28:02 -07:00
strings Add support for titlecase transformation to strings processor () 2020-02-04 17:32:41 -08:00
tag_limit Add tag_limit processor () 2019-08-19 20:54:40 -07:00
template Fix spelling errors in comments and documentation () 2020-05-14 00:41:58 -07:00
topk Fix spelling errors in comments and documentation () 2020-05-14 00:41:58 -07:00
unpivot Add pivot and unpivot processors () 2019-06-14 15:26:56 -07:00
registry.go Support Processor & Aggregator Plugins 2016-10-12 14:50:19 +01:00